Reference documentation and code samples for the NetApp V1 API class Google::Cloud::NetApp::V1::HybridReplicationParameters.
The Hybrid Replication parameters for the volume.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cluster_location
def cluster_location() -> ::String
Returns
- (::String) — Optional. Name of source cluster location associated with the Hybrid replication. This is a free-form field for the display purpose only.
#cluster_location=
def cluster_location=(value) -> ::String
Parameter
- value (::String) — Optional. Name of source cluster location associated with the Hybrid replication. This is a free-form field for the display purpose only.
Returns
- (::String) — Optional. Name of source cluster location associated with the Hybrid replication. This is a free-form field for the display purpose only.
#description
def description() -> ::String
Returns
- (::String) — Optional. Description of the replication.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — Optional. Description of the replication.
Returns
- (::String) — Optional. Description of the replication.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. Labels to be added to the replication as the key value pairs.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Optional. Labels to be added to the replication as the key value pairs.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. Labels to be added to the replication as the key value pairs.
#peer_cluster_name
def peer_cluster_name() -> ::String
Returns
- (::String) — Required. Name of the user's local source cluster to be peered with the destination cluster.
#peer_cluster_name=
def peer_cluster_name=(value) -> ::String
Parameter
- value (::String) — Required. Name of the user's local source cluster to be peered with the destination cluster.
Returns
- (::String) — Required. Name of the user's local source cluster to be peered with the destination cluster.
#peer_ip_addresses
def peer_ip_addresses() -> ::Array<::String>
Returns
- (::Array<::String>) — Required. List of node ip addresses to be peered with.
#peer_ip_addresses=
def peer_ip_addresses=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Required. List of node ip addresses to be peered with.
Returns
- (::Array<::String>) — Required. List of node ip addresses to be peered with.
#peer_svm_name
def peer_svm_name() -> ::String
Returns
- (::String) — Required. Name of the user's local source vserver svm to be peered with the destination vserver svm.
#peer_svm_name=
def peer_svm_name=(value) -> ::String
Parameter
- value (::String) — Required. Name of the user's local source vserver svm to be peered with the destination vserver svm.
Returns
- (::String) — Required. Name of the user's local source vserver svm to be peered with the destination vserver svm.
#peer_volume_name
def peer_volume_name() -> ::String
Returns
- (::String) — Required. Name of the user's local source volume to be peered with the destination volume.
#peer_volume_name=
def peer_volume_name=(value) -> ::String
Parameter
- value (::String) — Required. Name of the user's local source volume to be peered with the destination volume.
Returns
- (::String) — Required. Name of the user's local source volume to be peered with the destination volume.
#replication
def replication() -> ::String
Returns
-
(::String) — Required. Desired Identifier (name) of the replication which will be created for this volume.
Format:
projects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}
#replication=
def replication=(value) -> ::String
Parameter
-
value (::String) — Required. Desired Identifier (name) of the replication which will be created for this volume.
Format:
projects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}
Returns
-
(::String) — Required. Desired Identifier (name) of the replication which will be created for this volume.
Format:
projects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}