Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class Disk.
A message describing a data disk.
Generated from protobuf message google.cloud.vmmigration.v1.AzureVmDetails.Disk
Namespace
Google \ Cloud \ VMMigration \ V1 \ AzureVmDetailsMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
The disk name.
↳ size_gb
int
The disk size in GB.
↳ lun
int
The disk's Logical Unit Number (LUN).
getName
The disk name.
string
setName
The disk name.
var
string
$this
getSizeGb
The disk size in GB.
int
setSizeGb
The disk size in GB.
var
int
$this
getLun
The disk's Logical Unit Number (LUN).
int
setLun
The disk's Logical Unit Number (LUN).
var
int
$this