Google Cloud Vm Migration V1 Client - Class AwsSourceVmDetails (0.3.2)

Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class AwsSourceVmDetails.

Represent the source AWS VM details.

Generated from protobuf message google.cloud.vmmigration.v1.AwsSourceVmDetails

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ firmware int

The firmware type of the source VM.

↳ committed_storage_bytes int|string

The total size of the disks being migrated in bytes.

getFirmware

The firmware type of the source VM.

Returns
TypeDescription
int

setFirmware

The firmware type of the source VM.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getCommittedStorageBytes

The total size of the disks being migrated in bytes.

Returns
TypeDescription
int|string

setCommittedStorageBytes

The total size of the disks being migrated in bytes.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this