Class: Google::Cloud::CloudDMS::V1::CreateConnectionProfileRequest

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 for 'CreateConnectionProfile' request.

Instance Attribute Summary collapse

Instance Attribute Details

#connection_profile::Google::Cloud::CloudDMS::V1::ConnectionProfile

Returns Required. The create request body including the connection profile data.

Returns:



408
409
410
411
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 408

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

#connection_profile_id::String

Returns Required. The connection profile identifier.

Returns:

  • (::String)

    Required. The connection profile identifier.



408
409
410
411
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 408

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

#parent::String

Returns Required. The parent which owns this collection of connection profiles.

Returns:

  • (::String)

    Required. The parent which owns this collection of connection profiles.



408
409
410
411
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 408

class CreateConnectionProfileRequest
  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.



408
409
410
411
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 408

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

#skip_validation::Boolean

Returns Optional. Create the connection profile without validating it. The default is false. Only supported for Oracle connection profiles.

Returns:

  • (::Boolean)

    Optional. Create the connection profile without validating it. The default is false. Only supported for Oracle connection profiles.



408
409
410
411
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 408

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

#validate_only::Boolean

Returns Optional. Only validate the connection profile, but don't create any resources. The default is false. Only supported for Oracle connection profiles.

Returns:

  • (::Boolean)

    Optional. Only validate the connection profile, but don't create any resources. The default is false. Only supported for Oracle connection profiles.



408
409
410
411
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 408

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