Reference documentation and code samples for the Google Cloud Dms V1 Client class VmCreationConfig.
VM creation configuration message
Generated from protobuf message google.cloud.clouddms.v1.VmCreationConfig
Namespace
Google \ Cloud \ CloudDms \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ vm_machine_type
string
Required. VM instance machine type to create.
↳ vm_zone
string
The Google Cloud Platform zone to create the VM in.
↳ subnet
string
The subnet name the vm needs to be created in.
getVmMachineType
Required. VM instance machine type to create.
string
setVmMachineType
Required. VM instance machine type to create.
var
string
$this
getVmZone
The Google Cloud Platform zone to create the VM in.
string
setVmZone
The Google Cloud Platform zone to create the VM in.
var
string
$this
getSubnet
The subnet name the vm needs to be created in.
string
setSubnet
The subnet name the vm needs to be created in.
var
string
$this