Interface AzureVmPlatformDetailsOrBuilder (0.4.0)

public interface AzureVmPlatformDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLocation()

public abstract String getLocation()

The location of the machine in the Azure format.

string location = 2;

Returns
TypeDescription
String

The location.

getLocationBytes()

public abstract ByteString getLocationBytes()

The location of the machine in the Azure format.

string location = 2;

Returns
TypeDescription
ByteString

The bytes for location.

getMachineTypeLabel()

public abstract String getMachineTypeLabel()

Azure platform's machine type label.

string machine_type_label = 1;

Returns
TypeDescription
String

The machineTypeLabel.

getMachineTypeLabelBytes()

public abstract ByteString getMachineTypeLabelBytes()

Azure platform's machine type label.

string machine_type_label = 1;

Returns
TypeDescription
ByteString

The bytes for machineTypeLabel.

getProvisioningState()

public abstract String getProvisioningState()

Azure platform's provisioning state.

string provisioning_state = 3;

Returns
TypeDescription
String

The provisioningState.

getProvisioningStateBytes()

public abstract ByteString getProvisioningStateBytes()

Azure platform's provisioning state.

string provisioning_state = 3;

Returns
TypeDescription
ByteString

The bytes for provisioningState.