Enum GoldengateDeploymentProperties.GoldengateDeploymentRoleType (0.42.0)

public enum GoldengateDeploymentProperties.GoldengateDeploymentRoleType extends Enum<GoldengateDeploymentProperties.GoldengateDeploymentRoleType> implements ProtocolMessageEnum

The deployment role type of the GoldengateDeployment.

Protobuf enum google.cloud.oracledatabase.v1.GoldengateDeploymentProperties.GoldengateDeploymentRoleType

Implements

ProtocolMessageEnum

Static Fields

Name Description
GOLDENGATE_DEPLOYMENT_ROLE_TYPE_UNSPECIFIED

The deployment role type is unspecified.

GOLDENGATE_DEPLOYMENT_ROLE_TYPE_UNSPECIFIED = 0;

GOLDENGATE_DEPLOYMENT_ROLE_TYPE_UNSPECIFIED_VALUE

The deployment role type is unspecified.

GOLDENGATE_DEPLOYMENT_ROLE_TYPE_UNSPECIFIED = 0;

PRIMARY

The deployment role type is primary.

PRIMARY = 1;

PRIMARY_VALUE

The deployment role type is primary.

PRIMARY = 1;

STANDBY

The deployment role type is standby.

STANDBY = 2;

STANDBY_VALUE

The deployment role type is standby.

STANDBY = 2;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()