Show / Hide Table of Contents

Class FutureResourcesSpecLocationPolicy

Specification of locations to create resources in.

Inheritance
object
FutureResourcesSpecLocationPolicy
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 FutureResourcesSpecLocationPolicy : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Locations

Preferences for specified locations. Keys of the map are locations - zones, in format of 'zones/'. Values are preferences for the zones. If a zone is not specified in this map, it is ALLOWed.

Declaration
[JsonProperty("locations")]
public virtual IDictionary<string, FutureResourcesSpecLocationPolicyLocation> Locations { get; set; }
Property Value
Type Description
IDictionary<string, FutureResourcesSpecLocationPolicyLocation>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX