Class: Google::Cloud::NetApp::V1::DestinationVolumeParameters

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#description::String

Returns Description for the destination volume.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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