Class OSDescription
A message describing the VM's OS. Including OS, Publisher, Offer and Plan if applicable.
Implements
Inherited Members
Namespace: Google.Apis.VMMigrationService.v1.Data
Assembly: Google.Apis.VMMigrationService.v1.dll
Syntax
public class OSDescription : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Offer
OS offer.
Declaration
[JsonProperty("offer")]
public virtual string Offer { get; set; }
Property Value
Type | Description |
---|---|
string |
Plan
OS plan.
Declaration
[JsonProperty("plan")]
public virtual string Plan { get; set; }
Property Value
Type | Description |
---|---|
string |
Publisher
OS publisher.
Declaration
[JsonProperty("publisher")]
public virtual string Publisher { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
OS type.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |