Package com.google.cloud.vmwareengine.v1
Interface VcenterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Vcenter,Vcenter.Builder
public interface VcenterOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFqdn()Fully qualified domain name of the appliance.com.google.protobuf.ByteStringgetFqdnBytes()Fully qualified domain name of the appliance.StringgetInternalIp()Internal IP address of the appliance.com.google.protobuf.ByteStringgetInternalIpBytes()Internal IP address of the appliance.Vcenter.StategetState()Output only.intgetStateValue()Output only.StringgetVersion()Version of the appliance.com.google.protobuf.ByteStringgetVersionBytes()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.Vcenter.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for state.
-
getState
Vcenter.State getState()
Output only. The state of the appliance.
.google.cloud.vmwareengine.v1.Vcenter.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.
-
-