Interface AwsEc2PlatformDetailsOrBuilder (0.4.0)

public interface AwsEc2PlatformDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLocation()

public abstract String getLocation()

The location of the machine in the AWS format.

string location = 2;

Returns
TypeDescription
String

The location.

getLocationBytes()

public abstract ByteString getLocationBytes()

The location of the machine in the AWS format.

string location = 2;

Returns
TypeDescription
ByteString

The bytes for location.

getMachineTypeLabel()

public abstract String getMachineTypeLabel()

AWS platform's machine type label.

string machine_type_label = 1;

Returns
TypeDescription
String

The machineTypeLabel.

getMachineTypeLabelBytes()

public abstract ByteString getMachineTypeLabelBytes()

AWS platform's machine type label.

string machine_type_label = 1;

Returns
TypeDescription
ByteString

The bytes for machineTypeLabel.