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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setMachineTypeLabel
Azure platform's machine type label.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getLocation
The location of the machine in the Azure format.
Returns | |
---|---|
Type | Description |
string |
setLocation
The location of the machine in the Azure format.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getProvisioningState
Azure platform's provisioning state.
Returns | |
---|---|
Type | Description |
string |
setProvisioningState
Azure platform's provisioning state.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |