Class: Google::Cloud::NetApp::V1::DestinationVolumeParameters
- Inherits:
-
Object
- Object
- Google::Cloud::NetApp::V1::DestinationVolumeParameters
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/netapp/v1/replication.rb
Overview
DestinationVolumeParameters specify input parameters used for creating destination volume.
Instance Attribute Summary collapse
-
#description ⇒ ::String
Description for the destination volume.
-
#share_name ⇒ ::String
Destination volume's share name.
-
#storage_pool ⇒ ::String
Required.
-
#volume_id ⇒ ::String
Desired destination volume resource id.
Instance Attribute Details
#description ⇒ ::String
Returns Description for the destination volume.
263 264 265 266 |
# File 'proto_docs/google/cloud/netapp/v1/replication.rb', line 263 class DestinationVolumeParameters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#share_name ⇒ ::String
Returns Destination volume's share name. If not specified, source volume's share name will be used.
263 264 265 266 |
# File 'proto_docs/google/cloud/netapp/v1/replication.rb', line 263 class DestinationVolumeParameters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#storage_pool ⇒ ::String
Returns Required. Existing destination StoragePool name.
263 264 265 266 |
# File 'proto_docs/google/cloud/netapp/v1/replication.rb', line 263 class DestinationVolumeParameters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#volume_id ⇒ ::String
Returns Desired destination volume resource id. If not specified, source volume's resource id will be used. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.
263 264 265 266 |
# File 'proto_docs/google/cloud/netapp/v1/replication.rb', line 263 class DestinationVolumeParameters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |