Google Cloud Migration Center V1 Client - Class AzureVmPlatformDetails (0.2.0)

Reference documentation and code samples for the Google Cloud Migration Center V1 Client class AzureVmPlatformDetails.

Azure VM specific details.

Generated from protobuf message google.cloud.migrationcenter.v1.AzureVmPlatformDetails

Namespace

Google \ Cloud \ MigrationCenter \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ machine_type_label string

Azure platform's machine type label.

↳ location string

The location of the machine in the Azure format.

↳ provisioning_state string

Azure platform's provisioning state.

getMachineTypeLabel

Azure platform's machine type label.

Returns
TypeDescription
string

setMachineTypeLabel

Azure platform's machine type label.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getLocation

The location of the machine in the Azure format.

Returns
TypeDescription
string

setLocation

The location of the machine in the Azure format.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getProvisioningState

Azure platform's provisioning state.

Returns
TypeDescription
string

setProvisioningState

Azure platform's provisioning state.

Parameter
NameDescription
var string
Returns
TypeDescription
$this