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
263 264 265 266 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 263 class VmCreationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vm_machine_type ⇒ ::String
263 264 265 266 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 263 class VmCreationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vm_zone ⇒ ::String
263 264 265 266 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 263 class VmCreationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |