Class: Google::Cloud::CloudDMS::V1::CreatePrivateConnectionRequest

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

Overview

Request message to create a new private connection in the specified project and region.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The parent that owns the collection of PrivateConnections.

Returns:

  • (::String)

    Required. The parent that owns the collection of PrivateConnections.



490
491
492
493
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 490

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

#private_connection::Google::Cloud::CloudDMS::V1::PrivateConnection

Returns Required. The private connection resource to create.

Returns:



490
491
492
493
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 490

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

#private_connection_id::String

Returns Required. The private connection identifier.

Returns:

  • (::String)

    Required. The private connection identifier.



490
491
492
493
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 490

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

#request_id::String

Returns Optional. A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is ignored.

It is recommended to always set this value to a UUID.

The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.

Returns:

  • (::String)

    Optional. A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is ignored.

    It is recommended to always set this value to a UUID.

    The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.



490
491
492
493
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 490

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

#skip_validation::Boolean

Returns Optional. If set to true, will skip validations.

Returns:

  • (::Boolean)

    Optional. If set to true, will skip validations.



490
491
492
493
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 490

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