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 |
ExternalId
Identifier of the accelerator topology assigned externally to differentiate who is the owner of the topology. This is set in ConfigureAcceleratorTopologies. If it is provided on activating the sub-slice it will have to be provided on deactivating as well. This identifier is cleared on successful deform of a sub-slice.
Declaration
[JsonProperty("externalId")]
public virtual string ExternalId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |