public sealed class AppliedLicense : IMessage<AppliedLicense>, IEquatable<AppliedLicense>, IDeepCloneable<AppliedLicense>, IBufferMessage, IMessageAppliedLicense 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 |
|