Show / Hide Table of Contents

Class LocationPolicyLocation

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX