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:

  • (::String)

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



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

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

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

Returns Required. A replication resource.

Returns:



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

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

#replication_id::String

Returns Required. ID of the replication to create. Must be unique within the parent resource. Must contain only letters, numbers, underscore and hyphen, with the first character a letter or underscore, the last a letter or underscore or a number, and a 63 character maximum.

Returns:

  • (::String)

    Required. ID of the replication to create. Must be unique within the parent resource. Must contain only letters, numbers, underscore and hyphen, with the first character a letter or underscore, the last a letter or underscore or a number, and a 63 character maximum.



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

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