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
248 249 250 251 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 248 class GenerateSshScriptRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vm ⇒ ::String
248 249 250 251 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 248 class GenerateSshScriptRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vm_creation_config ⇒ ::Google::Cloud::CloudDMS::V1::VmCreationConfig
248 249 250 251 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 248 class GenerateSshScriptRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vm_port ⇒ ::Integer
248 249 250 251 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 248 class GenerateSshScriptRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vm_selection_config ⇒ ::Google::Cloud::CloudDMS::V1::VmSelectionConfig
248 249 250 251 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 248 class GenerateSshScriptRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |