Class: Google::Cloud::CloudDMS::V1::VmCreationConfig
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::VmCreationConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms.rb
Overview
VM creation configuration message
Instance Attribute Summary collapse
-
#subnet ⇒ ::String
The subnet name the vm needs to be created in.
-
#vm_machine_type ⇒ ::String
Required.
-
#vm_zone ⇒ ::String
The Google Cloud Platform zone to create the VM in.
Instance Attribute Details
#subnet ⇒ ::String
Returns The subnet name the vm needs to be created in.
259 260 261 262 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 259 class VmCreationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vm_machine_type ⇒ ::String
Returns Required. VM instance machine type to create.
259 260 261 262 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 259 class VmCreationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vm_zone ⇒ ::String
Returns The Google Cloud Platform zone to create the VM in.
259 260 261 262 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 259 class VmCreationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |