Show / Hide Table of Contents

Class InstanceGroupManagersConfigureAcceleratorTopologiesRequest

InstanceGroupManagers.ConfigureAcceleratorTopologies

Inheritance
object
InstanceGroupManagersConfigureAcceleratorTopologiesRequest
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX