Enum GoldengateDeploymentProperties.NextMaintenanceActionType (0.42.0)

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

The various next maintenance action types of the GoldengateDeployment.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
NEXT_MAINTENANCE_ACTION_TYPE_UNSPECIFIED

The next maintenance action type is unspecified.

NEXT_MAINTENANCE_ACTION_TYPE_UNSPECIFIED = 0;

NEXT_MAINTENANCE_ACTION_TYPE_UNSPECIFIED_VALUE

The next maintenance action type is unspecified.

NEXT_MAINTENANCE_ACTION_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED
UPGRADE

The next maintenance action type is upgrade.

UPGRADE = 1;

UPGRADE_VALUE

The next maintenance action type is upgrade.

UPGRADE = 1;

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()