public final class StretchedClusterConfig extends GeneratedMessageV3 implements StretchedClusterConfigOrBuilder
Configuration of a stretched cluster.
Protobuf type google.cloud.vmwareengine.v1.StretchedClusterConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
PREFERRED_LOCATION_FIELD_NUMBER
public static final int PREFERRED_LOCATION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SECONDARY_LOCATION_FIELD_NUMBER
public static final int SECONDARY_LOCATION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static StretchedClusterConfig getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static StretchedClusterConfig.Builder newBuilder()
newBuilder(StretchedClusterConfig prototype)
public static StretchedClusterConfig.Builder newBuilder(StretchedClusterConfig prototype)
public static StretchedClusterConfig parseDelimitedFrom(InputStream input)
public static StretchedClusterConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static StretchedClusterConfig parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static StretchedClusterConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static StretchedClusterConfig parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static StretchedClusterConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static StretchedClusterConfig parseFrom(CodedInputStream input)
public static StretchedClusterConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static StretchedClusterConfig parseFrom(InputStream input)
public static StretchedClusterConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static StretchedClusterConfig parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static StretchedClusterConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<StretchedClusterConfig> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public StretchedClusterConfig getDefaultInstanceForType()
getParserForType()
public Parser<StretchedClusterConfig> getParserForType()
Overrides
getPreferredLocation()
public String getPreferredLocation()
Required. Zone that will remain operational when connection between the two
zones is lost. Specify the resource name of a zone that belongs to the
region of the private cloud. For example:
projects/{project}/locations/europe-west3-a
where {project}
can either
be a project number or a project ID.
string preferred_location = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The preferredLocation.
|
getPreferredLocationBytes()
public ByteString getPreferredLocationBytes()
Required. Zone that will remain operational when connection between the two
zones is lost. Specify the resource name of a zone that belongs to the
region of the private cloud. For example:
projects/{project}/locations/europe-west3-a
where {project}
can either
be a project number or a project ID.
string preferred_location = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for preferredLocation.
|
getSecondaryLocation()
public String getSecondaryLocation()
Required. Additional zone for a higher level of availability and load
balancing. Specify the resource name of a zone that belongs to the region
of the private cloud. For example:
projects/{project}/locations/europe-west3-b
where {project}
can either
be a project number or a project ID.
string secondary_location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The secondaryLocation.
|
getSecondaryLocationBytes()
public ByteString getSecondaryLocationBytes()
Required. Additional zone for a higher level of availability and load
balancing. Specify the resource name of a zone that belongs to the region
of the private cloud. For example:
projects/{project}/locations/europe-west3-b
where {project}
can either
be a project number or a project ID.
string secondary_location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for secondaryLocation.
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public StretchedClusterConfig.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected StretchedClusterConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public StretchedClusterConfig.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides