Show / Hide Table of Contents

Class InstanceGroupManagersGetAvailableAcceleratorTopologiesResponseAcceleratorTopologyState

Specifies the topology state

Inheritance
object
InstanceGroupManagersGetAvailableAcceleratorTopologiesResponseAcceleratorTopologyState
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.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InstanceGroupManagersGetAvailableAcceleratorTopologiesResponseAcceleratorTopologyState : IDirectResponseSchema

Properties

CurrentState

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

ETag

The ETag of the item.

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

Error

Reason why the topology state change failed

Declaration
[JsonProperty("error")]
public virtual InstanceGroupManagersGetAvailableAcceleratorTopologiesResponseAcceleratorTopologyState.ErrorData Error { get; set; }
Property Value
Type Description
InstanceGroupManagersGetAvailableAcceleratorTopologiesResponseAcceleratorTopologyState.ErrorData

ErrorTimestamp

object representation of ErrorTimestampRaw.

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

ErrorTimestampDateTimeOffset

DateTimeOffset representation of ErrorTimestampRaw.

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

ErrorTimestampRaw

Timestamp when the last error happened

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX