Class InstanceGroupManagersConfigureAcceleratorTopologiesRequest
InstanceGroupManagers.ConfigureAcceleratorTopologies
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InstanceGroupManagersConfigureAcceleratorTopologiesRequest : IDirectResponseSchema
Properties
AcceleratorTopologyActions
Map of accelerator topologies that should have their state changed to the specified value. The key is the hashed topology locus id. It can be obtained from the GetAvailableAcceleratorTopologies rpc.
Declaration
[JsonProperty("acceleratorTopologyActions")]
public virtual IDictionary<string, string> AcceleratorTopologyActions { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |