Class: Google::Cloud::CloudDMS::V1::VmSelectionConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#vm_zone::String

Returns Required. The Google Cloud Platform zone the VM is located.

Returns:

  • (::String)

    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