Interface AzureVmPlatformDetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AzureVmPlatformDetails
,AzureVmPlatformDetails.Builder
public interface AzureVmPlatformDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLocation()
The location of the machine in the Azure format.com.google.protobuf.ByteString
getLocationBytes()
The location of the machine in the Azure format.String
getMachineTypeLabel()
Azure platform's machine type label.com.google.protobuf.ByteString
getMachineTypeLabelBytes()
Azure platform's machine type label.String
getProvisioningState()
Azure platform's provisioning state.com.google.protobuf.ByteString
getProvisioningStateBytes()
Azure platform's provisioning state.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMachineTypeLabel
String getMachineTypeLabel()
Azure platform's machine type label.
string machine_type_label = 1;
- Returns:
- The machineTypeLabel.
-
getMachineTypeLabelBytes
com.google.protobuf.ByteString getMachineTypeLabelBytes()
Azure platform's machine type label.
string machine_type_label = 1;
- Returns:
- The bytes for machineTypeLabel.
-
getLocation
String getLocation()
The location of the machine in the Azure format.
string location = 2;
- Returns:
- The location.
-
getLocationBytes
com.google.protobuf.ByteString getLocationBytes()
The location of the machine in the Azure format.
string location = 2;
- Returns:
- The bytes for location.
-
getProvisioningState
String getProvisioningState()
Azure platform's provisioning state.
string provisioning_state = 3;
- Returns:
- The provisioningState.
-
getProvisioningStateBytes
com.google.protobuf.ByteString getProvisioningStateBytes()
Azure platform's provisioning state.
string provisioning_state = 3;
- Returns:
- The bytes for provisioningState.
-
-