Class: Google::Cloud::CloudDMS::V1::VmSelectionConfig
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::VmSelectionConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms.rb
Overview
VM selection configuration message
Instance Attribute Summary collapse
-
#vm_zone ⇒ ::String
Required.
Instance Attribute Details
#vm_zone ⇒ ::String
Returns Required. The Google Cloud Platform zone the VM is located.
268 269 270 271 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 268 class VmSelectionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |