Show / Hide Table of Contents

Class InstanceProperties

Instance Properties.

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

Properties

ETag

The ETag of the item.

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

InstanceNumber

Optional. Instance number.

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

MachineType

Optional. Instance machine type.

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

Role

Optional. Instance role.

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

Roles

Optional. Instance roles.

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

SapInstanceProperties

Optional. SAP Instance properties.

Declaration
[JsonProperty("sapInstanceProperties")]
public virtual SapInstanceProperties SapInstanceProperties { get; set; }
Property Value
Type Description
SapInstanceProperties

Status

Optional. Instance status.

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

UpcomingMaintenanceEvent

Optional. the next maintenance event on VM

Declaration
[JsonProperty("upcomingMaintenanceEvent")]
public virtual UpcomingMaintenanceEvent UpcomingMaintenanceEvent { get; set; }
Property Value
Type Description
UpcomingMaintenanceEvent

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX