Class: Google::Cloud::Compute::V1::SnapshotSettings
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SnapshotSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#storage_location ⇒ ::Google::Cloud::Compute::V1::SnapshotSettingsStorageLocationSettings
Policy of which storage location is going to be resolved, and additional data that particularizes how the policy is going to be carried out.
Instance Attribute Details
#storage_location ⇒ ::Google::Cloud::Compute::V1::SnapshotSettingsStorageLocationSettings
Returns Policy of which storage location is going to be resolved, and additional data that particularizes how the policy is going to be carried out.
31441 31442 31443 31444 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 31441 class SnapshotSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |