Class GuestOsDetails
Information from Guest-level collections.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class GuestOsDetails : IDirectResponseSchema
Properties
Config
OS and app configuration.
Declaration
[JsonProperty("config")]
public virtual GuestConfigDetails Config { get; set; }
Property Value
Type | Description |
---|---|
GuestConfigDetails |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Family
What family the OS belong to, if known.
Declaration
[JsonProperty("family")]
public virtual string Family { get; set; }
Property Value
Type | Description |
---|---|
string |
OsName
The name of the operating system.
Declaration
[JsonProperty("osName")]
public virtual string OsName { get; set; }
Property Value
Type | Description |
---|---|
string |
Runtime
Runtime information.
Declaration
[JsonProperty("runtime")]
public virtual GuestRuntimeDetails Runtime { get; set; }
Property Value
Type | Description |
---|---|
GuestRuntimeDetails |
Version
The version of the operating system.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type | Description |
---|---|
string |