Class TargetPoolsRemoveInstanceRequest
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class TargetPoolsRemoveInstanceRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Instances
URLs of the instances to be removed from target pool.
Declaration
[JsonProperty("instances")]
public virtual IList<InstanceReference> Instances { get; set; }
Property Value
Type | Description |
---|---|
IList<InstanceReference> |