REST Resource: projects.locations.goldengateDeploymentEnvironments

Resource: GoldengateDeploymentEnvironment

Details of the Goldengate Deployment Environment resource.

JSON representation
{
  "name": string,
  "category": enum (DeploymentCategory),
  "displayName": string,
  "defaultCpuCoreCount": integer,
  "environmentType": enum (DeploymentEnvironmentType),
  "autoScalingEnabled": boolean,
  "maxCpuCoreCount": integer,
  "memoryGbPerCpuCore": integer,
  "minCpuCoreCount": integer,
  "networkBandwidthGbpsPerCpuCore": integer,
  "storageUsageLimitGbPerCpuCore": integer
}
Fields
name

string

Identifier. The name of the Goldengate Deployment Environment resource with the format: projects/{project}/locations/{location}/goldengateDeploymentEnvironments/{goldengate_deployment_environment}

category

enum (DeploymentCategory)

Output only. The category of the Goldengate Deployment Environment resource.

displayName

string

The display name of the Goldengate Deployment Environment resource.

defaultCpuCoreCount

integer

Output only. The default CPU core count of the Goldengate Deployment Environment resource.

environmentType

enum (DeploymentEnvironmentType)

Output only. The environment type of the Goldengate Deployment Environment resource.

autoScalingEnabled

boolean

Output only. Whether auto scaling is enabled by default for the Goldengate Deployment Environment resource.

maxCpuCoreCount

integer

Output only. The max CPU core count of the Goldengate Deployment Environment resource.

memoryGbPerCpuCore

integer

Output only. The memory per CPU core in GBs of the Goldengate Deployment Environment resource.

minCpuCoreCount

integer

Output only. The min CPU core count of the Goldengate Deployment Environment resource.

networkBandwidthGbpsPerCpuCore

integer

Output only. The network bandwidth per CPU core in Gbps of the Goldengate Deployment Environment resource.

storageUsageLimitGbPerCpuCore

integer

Output only. The storage usage limit per CPU core in GBs of the Goldengate Deployment Environment resource.

DeploymentCategory

Deployment category of the Goldengate Deployment resource.

Enums
DEPLOYMENT_CATEGORY_UNSPECIFIED Default unspecified value.
DATA_REPLICATION_CATEGORY Goldengate Deployment Environment category is DATA_REPLICATION_CATEGORY.
DATA_TRANSFORMS_CATEGORY Goldengate Deployment Environment category is DATA_TRANSFORMS_CATEGORY.

DeploymentEnvironmentType

The environment type of the Goldengate Deployment Environment resource.

Enums
DEPLOYMENT_ENVIRONMENT_TYPE_UNSPECIFIED Default unspecified value.
PRODUCTION Goldengate Deployment Environment type is PRODUCTION.
DEVELOPMENT_OR_TESTING Goldengate Deployment Environment type is DEVELOPMENT_OR_TESTING.

Methods

list

Lists GoldengateDeploymentEnvironments in a given project and location.