Class FutureResourcesSpecLocationPolicy
Specification of locations to create resources in.
Implements
Inherited Members
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> |