VM Migration v1 API - Class AppliedLicense (2.5.0)

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.

Inheritance

object > AppliedLicense

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

AppliedLicense()

public AppliedLicense()

AppliedLicense(AppliedLicense)

public AppliedLicense(AppliedLicense other)
Parameter
NameDescription
otherAppliedLicense

Properties

OsLicense

public string OsLicense { get; set; }

The OS license returned from the adaptation module's report.

Property Value
TypeDescription
string

Type

public AppliedLicense.Types.Type Type { get; set; }

The license type that was used in OS adaptation.

Property Value
TypeDescription
AppliedLicenseTypesType