public interface AzureVmPlatformDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getMachineTypeLabel()
Azure platform's machine type label.
string machine_type_label = 1;com.google.protobuf.ByteString getMachineTypeLabelBytes()
Azure platform's machine type label.
string machine_type_label = 1;String getLocation()
The location of the machine in the Azure format.
string location = 2;com.google.protobuf.ByteString getLocationBytes()
The location of the machine in the Azure format.
string location = 2;String getProvisioningState()
Azure platform's provisioning state.
string provisioning_state = 3;com.google.protobuf.ByteString getProvisioningStateBytes()
Azure platform's provisioning state.
string provisioning_state = 3;Copyright © 2024 Google LLC. All rights reserved.