class Google::Apis::DatamigrationV1beta1::VmSelectionConfig
VM selection configuration message
Attributes
vm_zone[RW]
Required. The Google
Cloud Platform zone the VM is located. Corresponds to the JSON property `vmZone` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/datamigration_v1beta1/classes.rb, line 1631 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/datamigration_v1beta1/classes.rb, line 1636 def update!(**args) @vm_zone = args[:vm_zone] if args.key?(:vm_zone) end