Show / Hide Table of Contents

Class PlacementLocation

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX