Class: Google::Cloud::CloudDMS::V1::VmCreationConfig

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 creation configuration message

Instance Attribute Summary collapse

Instance Attribute Details

#subnet::String

Returns The subnet name the vm needs to be created in.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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