Package com.google.cloud.vmwareengine.v1
Interface HcxOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Hcx
,Hcx.Builder
public interface HcxOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFqdn()
Fully qualified domain name of the appliance.com.google.protobuf.ByteString
getFqdnBytes()
Fully qualified domain name of the appliance.String
getInternalIp()
Internal IP address of the appliance.com.google.protobuf.ByteString
getInternalIpBytes()
Internal IP address of the appliance.Hcx.State
getState()
Output only.int
getStateValue()
Output only.String
getVersion()
Version of the appliance.com.google.protobuf.ByteString
getVersionBytes()
Version of the appliance.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getInternalIp
String getInternalIp()
Internal IP address of the appliance.
string internal_ip = 2;
- Returns:
- The internalIp.
-
getInternalIpBytes
com.google.protobuf.ByteString getInternalIpBytes()
Internal IP address of the appliance.
string internal_ip = 2;
- Returns:
- The bytes for internalIp.
-
getVersion
String getVersion()
Version of the appliance.
string version = 4;
- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()
Version of the appliance.
string version = 4;
- Returns:
- The bytes for version.
-
getStateValue
int getStateValue()
Output only. The state of the appliance.
.google.cloud.vmwareengine.v1.Hcx.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The enum numeric value on the wire for state.
-
getState
Hcx.State getState()
Output only. The state of the appliance.
.google.cloud.vmwareengine.v1.Hcx.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The state.
-
getFqdn
String getFqdn()
Fully qualified domain name of the appliance.
string fqdn = 6;
- Returns:
- The fqdn.
-
getFqdnBytes
com.google.protobuf.ByteString getFqdnBytes()
Fully qualified domain name of the appliance.
string fqdn = 6;
- Returns:
- The bytes for fqdn.
-
-