Class: Google::Cloud::CloudDMS::V1::GenerateSshScriptRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::GenerateSshScriptRequest
- 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
-
#migration_job ⇒ ::String
Name of the migration job resource to generate the SSH script.
-
#vm ⇒ ::String
Required.
-
#vm_creation_config ⇒ ::Google::Cloud::CloudDMS::V1::VmCreationConfig
The VM creation configuration.
-
#vm_port ⇒ ::Integer
The port that will be open on the bastion host.
-
#vm_selection_config ⇒ ::Google::Cloud::CloudDMS::V1::VmSelectionConfig
The VM selection configuration.
Instance Attribute Details
#migration_job ⇒ ::String
Returns 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.
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.
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.
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.
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 |