Show / Hide Table of Contents

Class VmCapabilities

Migrating VM source information about the VM capabilities needed for some Compute Engine features.

Inheritance
object
VmCapabilities
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.VMMigrationService.v1.Data
Assembly: Google.Apis.VMMigrationService.v1.dll
Syntax
public class VmCapabilities : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LastOsCapabilitiesUpdateTime

object representation of LastOsCapabilitiesUpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastOsCapabilitiesUpdateTimeDateTimeOffset instead.")]
public virtual object LastOsCapabilitiesUpdateTime { get; set; }
Property Value
Type Description
object

LastOsCapabilitiesUpdateTimeDateTimeOffset

DateTimeOffset representation of LastOsCapabilitiesUpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastOsCapabilitiesUpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LastOsCapabilitiesUpdateTimeRaw

Output only. The last time OS capabilities list was updated.

Declaration
[JsonProperty("lastOsCapabilitiesUpdateTime")]
public virtual string LastOsCapabilitiesUpdateTimeRaw { get; set; }
Property Value
Type Description
string

OsCapabilities

Output only. Unordered list. List of certain VM OS capabilities needed for some Compute Engine features.

Declaration
[JsonProperty("osCapabilities")]
public virtual IList<string> OsCapabilities { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX