Class GoldengateDeploymentProperties (0.6.2)

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

Properties of GoldengateDeployment.

Attributes

Name Description
ocid str
Output only. OCID of the GoldengateDeployment.
lifecycle_state google.cloud.oracledatabase_v1.types.GoldengateDeploymentProperties.GoldengateDeploymentLifecycleState
Output only. State of the GoldengateDeployment.
license_model google.cloud.oracledatabase_v1.types.GoldengateDeploymentProperties.LicenseModel
Optional. The Oracle license model that applies to a Deployment.
environment_type str
Optional. The environment type of the GoldengateDeployment.
cpu_core_count int
Optional. The Minimum number of OCPUs to be made available for this Deployment.
is_auto_scaling_enabled bool
Optional. Indicates if auto scaling is enabled for the Deployment's CPU core count.
description str
Optional. The description of the GoldengateDeployment.
deployment_type str
Required. A valid Goldengate Deployment type. For a list of supported types, use the ListGoldengateDeploymentTypes operation.
ogg_data google.cloud.oracledatabase_v1.types.GoldengateOggDeployment
Required. The ogg data of the GoldengateDeployment.
maintenance_window google.cloud.oracledatabase_v1.types.GoldengateMaintenanceWindow
Optional. The maintenance window of the GoldengateDeployment.
maintenance_config google.cloud.oracledatabase_v1.types.GoldengateMaintenanceConfig
Optional. The maintenance configuration of the GoldengateDeployment.
fqdn str
Output only. The Fully Qualified Domain Name of the GoldengateDeployment.
lifecycle_sub_state google.cloud.oracledatabase_v1.types.GoldengateDeploymentProperties.GoldengateDeploymentLifecycleSubState
Output only. The lifecycle sub-state of the GoldengateDeployment.
category google.cloud.oracledatabase_v1.types.GoldengateDeploymentProperties.GoldengateDeploymentCategory
Output only. The category of the GoldengateDeployment.
deployment_backup_id str
Output only. The deployment backup id of the GoldengateDeployment.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time the GoldengateDeployment was updated.
lifecycle_details str
Output only. The lifecycle details of the GoldengateDeployment.
healthy bool
Output only. Whether the GoldengateDeployment is healthy.
load_balancer_subnet_id str
Output only. The load balancer subnet id of the GoldengateDeployment.
load_balancer_id str
Output only. The load balancer id of the GoldengateDeployment.
nsg_ids MutableSequence[str]
Output only. The nsg ids of the GoldengateDeployment.
is_public bool
Output only. Whether the GoldengateDeployment is public.
public_ip_address str
Output only. The public ip address of the GoldengateDeployment.
private_ip_address str
Output only. The private ip address of the GoldengateDeployment.
deployment_url str
Output only. The deployment url of the GoldengateDeployment.
is_latest_version bool
Output only. Whether the GoldengateDeployment is of the latest version.
upgrade_required_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time upgrade required of the GoldengateDeployment.
storage_utilization_bytes int
Output only. The storage utilization in bytes of the GoldengateDeployment.
is_storage_utilization_limit_exceeded bool
Output only. Whether storage utilization limit is exceeded of the GoldengateDeployment.
deployment_diagnostic_data google.cloud.oracledatabase_v1.types.DeploymentDiagnosticData
Output only. The deployment diagnostic data of the GoldengateDeployment.
backup_schedule google.cloud.oracledatabase_v1.types.GoldengateBackupSchedule
Output only. The backup schedule of the GoldengateDeployment.
next_maintenance_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time of next maintenance of the GoldengateDeployment.
next_maintenance_action_type google.cloud.oracledatabase_v1.types.GoldengateDeploymentProperties.NextMaintenanceActionType
Output only. The next maintenance action type of the GoldengateDeployment.
next_maintenance_description str
Output only. The next maintenance description of the GoldengateDeployment.
ogg_version_support_end_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time ogg version supported until of the GoldengateDeployment.
ingress_ips MutableSequence[google.cloud.oracledatabase_v1.types.IngressIp]
Output only. The ingress ips of the GoldengateDeployment.
deployment_role google.cloud.oracledatabase_v1.types.GoldengateDeploymentProperties.GoldengateDeploymentRoleType
Output only. The deployment role of the GoldengateDeployment.
last_backup_schedule_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time last backup scheduled of the GoldengateDeployment.
next_backup_schedule_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time next backup scheduled of the GoldengateDeployment.
role_change_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the role of the GoldengateDeployment was changed.
locks MutableSequence[google.cloud.oracledatabase_v1.types.GoldengateDeploymentLock]
Output only. The locks of the GoldengateDeployment.
placements MutableSequence[google.cloud.oracledatabase_v1.types.GoldengatePlacement]
Output only. The placements of the GoldengateDeployment.

Classes

GoldengateDeploymentCategory

GoldengateDeploymentCategory(value)

The category of the GoldengateDeployment.

GoldengateDeploymentLifecycleState

GoldengateDeploymentLifecycleState(value)

The various lifecycle states of the GoldengateDeployment.

GoldengateDeploymentLifecycleSubState

GoldengateDeploymentLifecycleSubState(value)

The various lifecycle sub-states of the GoldengateDeployment.

GoldengateDeploymentRoleType

GoldengateDeploymentRoleType(value)

The deployment role type of the GoldengateDeployment.

LicenseModel

LicenseModel(value)

The license model of the GoldengateDeployment.

NextMaintenanceActionType

NextMaintenanceActionType(value)

The various next maintenance action types of the GoldengateDeployment.