Class InstanceGroupManagersGetAvailableAcceleratorTopologiesResponseAcceleratorTopologyState
Specifies the topology state
Inheritance
InstanceGroupManagersGetAvailableAcceleratorTopologiesResponseAcceleratorTopologyState
Implements
Inherited Members
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 |