Class: Google::Cloud::NetApp::V1::CreateReplicationRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/netapp/v1/replication.rb

Overview

CreateReplicationRequest creates a replication.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The NetApp volume to create the replications of, in the format projects/{project_id}/locations/{location}/volumes/{volume_id}.

Returns:

  • Required. The NetApp volume to create the replications of, in the format projects/{project_id}/locations/{location}/volumes/{volume_id}



280
281
282
283
# File 'proto_docs/google/cloud/netapp/v1/replication.rb', line 280

class CreateReplicationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#replication::Google::Cloud::NetApp::V1::Replication

Returns Required. A replication resource.

Returns:

  • Required. A replication resource



280
281
282
283
# File 'proto_docs/google/cloud/netapp/v1/replication.rb', line 280

class CreateReplicationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#replication_id::String

Returns 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:

  • 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.



280
281
282
283
# File 'proto_docs/google/cloud/netapp/v1/replication.rb', line 280

class CreateReplicationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end