You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/d/golden_gate_deployment.html.markdown
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ The following attributes are exported:
37
37
*`cpu_core_count` - The Minimum number of OCPUs to be made available for this Deployment.
38
38
*`defined_tags` - Tags defined for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
39
39
*`deployment_backup_id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup being referenced.
40
-
*`deployment_type` - The type of deployment, the value determines the exact 'type' of service executed in the Deployment. NOTE: Use of the value OGG is maintained for backward compatibility purposes. Its use is discouraged in favor of the equivalent DATABASE_ORACLE value.
40
+
*`deployment_type` - The deploymenttype.
41
41
*`deployment_url` - The URL of a resource.
42
42
*`description` - Metadata about this specific object.
43
43
*`display_name` - An object's Display Name.
@@ -48,6 +48,7 @@ The following attributes are exported:
48
48
*`is_healthy` - True if all of the aggregate resources are working correctly.
49
49
*`is_latest_version` - Indicates if the resource is the the latest available version.
50
50
*`is_public` - True if this object is publicly available.
51
+
*`is_storage_utilization_limit_exceeded` - Indicator will be true if the amount of storage being utilized exceeds the allowable storage utilization limit. Exceeding the limit may be an indication of a misconfiguration of the deployment's GoldenGate service.
51
52
*`license_model` - The Oracle license model that applies to a Deployment.
52
53
*`lifecycle_details` - Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
53
54
*`lifecycle_sub_state` - Possible GGS lifecycle sub-states.
@@ -60,6 +61,7 @@ The following attributes are exported:
60
61
*`private_ip_address` - The private IP address in the customer's VCN representing the access point for the associated endpoint service in the GoldenGate service VCN.
61
62
*`public_ip_address` - The public IP address representing the access point for the Deployment.
62
63
*`state` - Possible lifecycle states.
64
+
*`storage_utilization_in_bytes` - The amount of storage being utilized (in bytes)
63
65
*`subnet_id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet being referenced.
64
66
*`system_tags` - The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{orcl-cloud: {free-tier-retain: true}}`
65
67
*`time_created` - The time the resource was created. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
Copy file name to clipboardExpand all lines: website/docs/d/golden_gate_deployments.html.markdown
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ The following attributes are exported:
53
53
*`cpu_core_count` - The Minimum number of OCPUs to be made available for this Deployment.
54
54
*`defined_tags` - Tags defined for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
55
55
*`deployment_backup_id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup being referenced.
56
-
*`deployment_type` - The type of deployment, the value determines the exact 'type' of service executed in the Deployment. NOTE: Use of the value OGG is maintained for backward compatibility purposes. Its use is discouraged in favor of the equivalent DATABASE_ORACLE value.
56
+
*`deployment_type` - The deploymenttype.
57
57
*`deployment_url` - The URL of a resource.
58
58
*`description` - Metadata about this specific object.
59
59
*`display_name` - An object's Display Name.
@@ -64,6 +64,7 @@ The following attributes are exported:
64
64
*`is_healthy` - True if all of the aggregate resources are working correctly.
65
65
*`is_latest_version` - Indicates if the resource is the the latest available version.
66
66
*`is_public` - True if this object is publicly available.
67
+
*`is_storage_utilization_limit_exceeded` - Indicator will be true if the amount of storage being utilized exceeds the allowable storage utilization limit. Exceeding the limit may be an indication of a misconfiguration of the deployment's GoldenGate service.
67
68
*`license_model` - The Oracle license model that applies to a Deployment.
68
69
*`lifecycle_details` - Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
69
70
*`lifecycle_sub_state` - Possible GGS lifecycle sub-states.
@@ -76,6 +77,7 @@ The following attributes are exported:
76
77
*`private_ip_address` - The private IP address in the customer's VCN representing the access point for the associated endpoint service in the GoldenGate service VCN.
77
78
*`public_ip_address` - The public IP address representing the access point for the Deployment.
78
79
*`state` - Possible lifecycle states.
80
+
*`storage_utilization_in_bytes` - The amount of storage being utilized (in bytes)
79
81
*`subnet_id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet being referenced.
80
82
*`system_tags` - The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{orcl-cloud: {free-tier-retain: true}}`
81
83
*`time_created` - The time the resource was created. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
Copy file name to clipboardExpand all lines: website/docs/r/golden_gate_deployment.html.markdown
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ The following arguments are supported:
55
55
*`cpu_core_count` - (Required) (Updatable) The Minimum number of OCPUs to be made available for this Deployment.
56
56
*`defined_tags` - (Optional) (Updatable) Tags defined for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
57
57
*`deployment_backup_id` - (Optional) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup being referenced.
58
-
*`deployment_type` - (Required) The type of deployment, the value determines the exact 'type' of service executed in the Deployment. NOTE: Use of the value OGG is maintained for backward compatibility purposes. Its use is discouraged in favor of the equivalent DATABASE_ORACLE value.
58
+
*`deployment_type` - (Required) The deploymenttype.
59
59
*`description` - (Optional) (Updatable) Metadata about this specific object.
60
60
*`display_name` - (Required) (Updatable) An object's Display Name.
61
61
*`fqdn` - (Optional) (Updatable) A three-label Fully Qualified Domain Name (FQDN) for a resource.
@@ -84,7 +84,7 @@ The following attributes are exported:
84
84
*`cpu_core_count` - The Minimum number of OCPUs to be made available for this Deployment.
85
85
*`defined_tags` - Tags defined for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
86
86
*`deployment_backup_id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup being referenced.
87
-
*`deployment_type` - The type of deployment, the value determines the exact 'type' of service executed in the Deployment. NOTE: Use of the value OGG is maintained for backward compatibility purposes. Its use is discouraged in favor of the equivalent DATABASE_ORACLE value.
87
+
*`deployment_type` - The deploymenttype.
88
88
*`deployment_url` - The URL of a resource.
89
89
*`description` - Metadata about this specific object.
90
90
*`display_name` - An object's Display Name.
@@ -95,6 +95,7 @@ The following attributes are exported:
95
95
*`is_healthy` - True if all of the aggregate resources are working correctly.
96
96
*`is_latest_version` - Indicates if the resource is the the latest available version.
97
97
*`is_public` - True if this object is publicly available.
98
+
*`is_storage_utilization_limit_exceeded` - Indicator will be true if the amount of storage being utilized exceeds the allowable storage utilization limit. Exceeding the limit may be an indication of a misconfiguration of the deployment's GoldenGate service.
98
99
*`license_model` - The Oracle license model that applies to a Deployment.
99
100
*`lifecycle_details` - Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
100
101
*`lifecycle_sub_state` - Possible GGS lifecycle sub-states.
@@ -107,6 +108,7 @@ The following attributes are exported:
107
108
*`private_ip_address` - The private IP address in the customer's VCN representing the access point for the associated endpoint service in the GoldenGate service VCN.
108
109
*`public_ip_address` - The public IP address representing the access point for the Deployment.
109
110
*`state` - Possible lifecycle states.
111
+
*`storage_utilization_in_bytes` - The amount of storage being utilized (in bytes)
110
112
*`subnet_id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet being referenced.
111
113
*`system_tags` - The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{orcl-cloud: {free-tier-retain: true}}`
112
114
*`time_created` - The time the resource was created. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
0 commit comments