Reference documentation and code samples for the NetApp V1 API class Google::Cloud::NetApp::V1::CreateReplicationRequest.
CreateReplicationRequest creates a replication.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The NetApp volume to create the replications of, in the format
projects/{project_id}/locations/{location}/volumes/{volume_id}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The NetApp volume to create the replications of, in the format
projects/{project_id}/locations/{location}/volumes/{volume_id}
Returns
-
(::String) — Required. The NetApp volume to create the replications of, in the format
projects/{project_id}/locations/{location}/volumes/{volume_id}
#replication
def replication() -> ::Google::Cloud::NetApp::V1::Replication
Returns
- (::Google::Cloud::NetApp::V1::Replication) — Required. A replication resource
#replication=
def replication=(value) -> ::Google::Cloud::NetApp::V1::Replication
Parameter
- value (::Google::Cloud::NetApp::V1::Replication) — Required. A replication resource
Returns
- (::Google::Cloud::NetApp::V1::Replication) — Required. A replication resource
#replication_id
def replication_id() -> ::String
Returns
- (::String) — Required. ID of the replication to create. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.
#replication_id=
def replication_id=(value) -> ::String
Parameter
- value (::String) — Required. ID of the replication to create. 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) — Required. ID of the replication to create. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.