Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::SnapshotSettingsAccessLocation (v3.6.0)

Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::SnapshotSettingsAccessLocation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#locations

def locations() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::SnapshotSettingsAccessLocationAccessLocationPreference}
Returns
  • (::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::SnapshotSettingsAccessLocationAccessLocationPreference}) — List of regions that can restore a regional snapshot from the current region

#locations=

def locations=(value) -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::SnapshotSettingsAccessLocationAccessLocationPreference}
Parameter
  • value (::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::SnapshotSettingsAccessLocationAccessLocationPreference}) — List of regions that can restore a regional snapshot from the current region
Returns
  • (::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::SnapshotSettingsAccessLocationAccessLocationPreference}) — List of regions that can restore a regional snapshot from the current region

#policy

def policy() -> ::String
Returns
  • (::String) — Policy of which location is allowed to access snapshot. Check the Policy enum for the list of possible values.

#policy=

def policy=(value) -> ::String
Parameter
  • value (::String) — Policy of which location is allowed to access snapshot. Check the Policy enum for the list of possible values.
Returns
  • (::String) — Policy of which location is allowed to access snapshot. Check the Policy enum for the list of possible values.