public interface AwsEc2PlatformDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLocation()
public abstract String getLocation()The location of the machine in the AWS format.
string location = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The location. |
getLocationBytes()
public abstract ByteString getLocationBytes()The location of the machine in the AWS format.
string location = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for location. |
getMachineTypeLabel()
public abstract String getMachineTypeLabel()AWS platform's machine type label.
string machine_type_label = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The machineTypeLabel. |
getMachineTypeLabelBytes()
public abstract ByteString getMachineTypeLabelBytes()AWS platform's machine type label.
string machine_type_label = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for machineTypeLabel. |