Class PlacementLocation
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class PlacementLocation : IDirectResponseSchema
Properties
AggregationBlockId
Aggregation block id of the placement group.
Declaration
[JsonProperty("aggregationBlockId")]
public virtual string AggregationBlockId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourcePolicy
Partial or full URL of the resource policy for the placement group.
Declaration
[JsonProperty("resourcePolicy")]
public virtual string ResourcePolicy { get; set; }
Property Value
Type | Description |
---|---|
string |