Class RegionInstanceGroupsListInstancesRequest
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class RegionInstanceGroupsListInstancesRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InstanceState
Instances in which state should be returned. Valid options are: 'ALL', 'RUNNING'. By default, it lists all instances.
Declaration
[JsonProperty("instanceState")]
public virtual string InstanceState { get; set; }
Property Value
Type | Description |
---|---|
string |
PortName
Name of port user is interested in. It is optional. If it is set, only information about this ports will be returned. If it is not set, all the named ports will be returned. Always lists all instances.
Declaration
[JsonProperty("portName")]
public virtual string PortName { get; set; }
Property Value
Type | Description |
---|---|
string |