public sealed class AppliedLicense : IMessage<AppliedLicense>, IEquatable<AppliedLicense>, IDeepCloneable<AppliedLicense>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class AppliedLicense.
AppliedLicense holds the license data returned by adaptation module report.
Implements
IMessage<AppliedLicense>, IEquatable<AppliedLicense>, IDeepCloneable<AppliedLicense>, IBufferMessage, IMessageNamespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Constructors
AppliedLicense()
public AppliedLicense()
AppliedLicense(AppliedLicense)
public AppliedLicense(AppliedLicense other)
Parameter | |
---|---|
Name | Description |
other | AppliedLicense |
Properties
OsLicense
public string OsLicense { get; set; }
The OS license returned from the adaptation module's report.
Property Value | |
---|---|
Type | Description |
String |
Type
public AppliedLicense.Types.Type Type { get; set; }
The license type that was used in OS adaptation.
Property Value | |
---|---|
Type | Description |
AppliedLicense.Types.Type |