Class GoldengateDeploymentEnvironment (0.6.1)

GoldengateDeploymentEnvironment(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Details of the Goldengate Deployment Environment resource.

Attributes

Name Description
name str
Identifier. The name of the Goldengate Deployment Environment resource with the format: projects/{project}/locations/{location}/goldengateDeploymentEnvironments/{goldengate_deployment_environment}
category google.cloud.oracledatabase_v1.types.GoldengateDeploymentEnvironment.DeploymentCategory
Output only. The category of the Goldengate Deployment Environment resource.
display_name str
The display name of the Goldengate Deployment Environment resource.
default_cpu_core_count int
Output only. The default CPU core count of the Goldengate Deployment Environment resource.
environment_type google.cloud.oracledatabase_v1.types.GoldengateDeploymentEnvironment.DeploymentEnvironmentType
Output only. The environment type of the Goldengate Deployment Environment resource.
auto_scaling_enabled bool
Output only. Whether auto scaling is enabled by default for the Goldengate Deployment Environment resource.
max_cpu_core_count int
Output only. The max CPU core count of the Goldengate Deployment Environment resource.
memory_gb_per_cpu_core int
Output only. The memory per CPU core in GBs of the Goldengate Deployment Environment resource.
min_cpu_core_count int
Output only. The min CPU core count of the Goldengate Deployment Environment resource.
network_bandwidth_gbps_per_cpu_core int
Output only. The network bandwidth per CPU core in Gbps of the Goldengate Deployment Environment resource.
storage_usage_limit_gb_per_cpu_core int
Output only. The storage usage limit per CPU core in GBs of the Goldengate Deployment Environment resource.

Classes

DeploymentCategory

DeploymentCategory(value)

Deployment category of the Goldengate Deployment resource.

DeploymentEnvironmentType

DeploymentEnvironmentType(value)

The environment type of the Goldengate Deployment Environment resource.