Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class AzureVmDetails.
AzureVmDetails describes a VM in Azure.
Generated from protobuf message google.cloud.vmmigration.v1.AzureVmDetails
Namespace
Google \ Cloud \ VMMigration \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ vm_id
string
The VM full path in Azure.
↳ power_state
int
The power state of the VM at the moment list was taken.
↳ vm_size
string
VM size as configured in Azure. Determines the VM's hardware spec.
↳ cpu_count
int
The number of cpus the VM has.
↳ memory_mb
int
The memory size of the VM in MB.
↳ disk_count
int
The number of disks the VM has, including OS disk.
↳ committed_storage_mb
int|string
The total size of the storage allocated to the VM in MB.
↳ os_disk
↳ disks
↳ os_description
↳ boot_option
int
The VM Boot Option.
↳ tags
↳ computer_name
string
The VM's ComputerName.
↳ architecture
int
The CPU architecture.
getVmId
The VM full path in Azure.
string
setVmId
The VM full path in Azure.
var
string
$this
getPowerState
The power state of the VM at the moment list was taken.
setPowerState
The power state of the VM at the moment list was taken.
$this
getVmSize
VM size as configured in Azure. Determines the VM's hardware spec.
string
setVmSize
VM size as configured in Azure. Determines the VM's hardware spec.
var
string
$this
getCpuCount
The number of cpus the VM has.
int
setCpuCount
The number of cpus the VM has.
var
int
$this
getMemoryMb
The memory size of the VM in MB.
int
setMemoryMb
The memory size of the VM in MB.
var
int
$this
getDiskCount
The number of disks the VM has, including OS disk.
int
setDiskCount
The number of disks the VM has, including OS disk.
var
int
$this
getCommittedStorageMb
The total size of the storage allocated to the VM in MB.
int|string
setCommittedStorageMb
The total size of the storage allocated to the VM in MB.
var
int|string
$this
getOsDisk
Description of the OS disk.
hasOsDisk
clearOsDisk
setOsDisk
Description of the OS disk.
$this
getDisks
Description of the data disks.
setDisks
Description of the data disks.
$this
getOsDescription
Description of the OS.
hasOsDescription
clearOsDescription
setOsDescription
Description of the OS.
$this
getBootOption
The VM Boot Option.
setBootOption
The VM Boot Option.
$this
getTags
The tags of the VM.
setTags
The tags of the VM.
$this
getComputerName
The VM's ComputerName.
string
setComputerName
The VM's ComputerName.
var
string
$this
getArchitecture
The CPU architecture.
setArchitecture
The CPU architecture.
$this

