Class LocationPolicyLocation
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class LocationPolicyLocation : IDirectResponseSchema
Properties
Constraints
Constraints that the caller requires on the result distribution in this zone.
Declaration
[JsonProperty("constraints")]
public virtual LocationPolicyLocationConstraints Constraints { get; set; }
Property Value
Type | Description |
---|---|
LocationPolicyLocationConstraints |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Preference
Preference for a given location. Set to either ALLOW or DENY.
Declaration
[JsonProperty("preference")]
public virtual string Preference { get; set; }
Property Value
Type | Description |
---|---|
string |