Show / Hide Table of Contents

Class GuestOsDetails

Information from Guest-level collections.

Inheritance
object
GuestOsDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX