FutureResourcesSpecLocationPolicy(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Specification of locations to create resources in.
Attribute |
|
---|---|
Name | Description |
locations |
MutableMapping[str, google.cloud.compute_v1beta.types.FutureResourcesSpecLocationPolicyLocation]
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. |
Classes
LocationsEntry
LocationsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |