Class LocationPolicyLocation
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.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 |
Names
Names of resources to be put in the location. Must contain unique, correct resource names. If used, targetShape must be left unset.
Declaration
[JsonProperty("names")]
public virtual IList<string> Names { get; set; }
Property Value
Type | Description |
---|---|
IList<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 |