Class InstanceGroupManagersGetAvailableAcceleratorTopologiesResponse
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InstanceGroupManagersGetAvailableAcceleratorTopologiesResponse : IDirectResponseSchema
Properties
AcceleratorTopologiesInfo
The accelerator topology information returned per id of the topology location.
Declaration
[JsonProperty("acceleratorTopologiesInfo")]
public virtual IDictionary<string, InstanceGroupManagersGetAvailableAcceleratorTopologiesResponseAcceleratorTopologyInfo> AcceleratorTopologiesInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, InstanceGroupManagersGetAvailableAcceleratorTopologiesResponseAcceleratorTopologyInfo> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |