Class: Google::Cloud::CloudDMS::V1::GenerateSshScriptRequest

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 'GenerateSshScript' request.

Instance Attribute Summary collapse

Instance Attribute Details

#migration_job::String

Returns Name of the migration job resource to generate the SSH script.

Returns:

  • (::String)

    Name of the migration job resource to generate the SSH script.



244
245
246
247
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 244

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

#vm::String

Returns Required. Bastion VM Instance name to use or to create.

Returns:

  • (::String)

    Required. Bastion VM Instance name to use or to create.



244
245
246
247
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 244

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

#vm_creation_config::Google::Cloud::CloudDMS::V1::VmCreationConfig

Returns The VM creation configuration.

Returns:



244
245
246
247
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 244

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

#vm_port::Integer

Returns The port that will be open on the bastion host.

Returns:

  • (::Integer)

    The port that will be open on the bastion host.



244
245
246
247
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 244

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

#vm_selection_config::Google::Cloud::CloudDMS::V1::VmSelectionConfig

Returns The VM selection configuration.

Returns:



244
245
246
247
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 244

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