public interface AzureVmPlatformDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLocation()
public abstract String getLocation()The location of the machine in the Azure format.
string location = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The location. |
getLocationBytes()
public abstract ByteString getLocationBytes()The location of the machine in the Azure format.
string location = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for location. |
getMachineTypeLabel()
public abstract String getMachineTypeLabel()Azure platform's machine type label.
string machine_type_label = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The machineTypeLabel. |
getMachineTypeLabelBytes()
public abstract ByteString getMachineTypeLabelBytes()Azure platform's machine type label.
string machine_type_label = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for machineTypeLabel. |
getProvisioningState()
public abstract String getProvisioningState()Azure platform's provisioning state.
string provisioning_state = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The provisioningState. |
getProvisioningStateBytes()
public abstract ByteString getProvisioningStateBytes()Azure platform's provisioning state.
string provisioning_state = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for provisioningState. |