policy property

String? policy
getter/setter pair

The chosen location policy. Possible string values are:

  • "LOCAL_REGION" : Store snapshot in the same region as with the originating disk. No additional parameters are needed.
  • "NEAREST_MULTI_REGION" : Store snapshot to the nearest multi region GCS bucket, relative to the originating disk. No additional parameters are needed.
  • "SPECIFIC_LOCATIONS" : Store snapshot in the specific locations, as specified by the user. The list of regions to store must be defined under the locations field.
  • "STORAGE_LOCATION_POLICY_UNSPECIFIED"

Implementation

core.String? policy;