Class RegionInstanceGroupManagersStartInstancesRequest
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class RegionInstanceGroupManagersStartInstancesRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Instances
The URLs of one or more instances to start. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
Declaration
[JsonProperty("instances")]
public virtual IList<string> Instances { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |