Google Cloud Oracle Database V1 Client - Class DeploymentEnvironmentType (0.9.0)

Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class DeploymentEnvironmentType.

The environment type of the Goldengate Deployment Environment resource.

Protobuf type google.cloud.oracledatabase.v1.GoldengateDeploymentEnvironment.DeploymentEnvironmentType

Namespace

Google \ Cloud \ OracleDatabase \ V1 \ GoldengateDeploymentEnvironment

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DEPLOYMENT_ENVIRONMENT_TYPE_UNSPECIFIED

Value: 0

Default unspecified value.

Generated from protobuf enum DEPLOYMENT_ENVIRONMENT_TYPE_UNSPECIFIED = 0;

PRODUCTION

Value: 1

Goldengate Deployment Environment type is PRODUCTION.

Generated from protobuf enum PRODUCTION = 1;

DEVELOPMENT_OR_TESTING

Value: 2

Goldengate Deployment Environment type is DEVELOPMENT_OR_TESTING.

Generated from protobuf enum DEVELOPMENT_OR_TESTING = 2;