Show / Hide Table of Contents

Class LocationPolicyLocation

Inheritance
System.Object
LocationPolicyLocation
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.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
System.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
System.String

Implements

IDirectResponseSchema
In This Article
Back to top