oci.GoldenGate.Deployment
Explore with Pulumi AI
This resource provides the Deployment resource in Oracle Cloud Infrastructure Golden Gate service.
Creates a new Deployment.
Create Deployment Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Deployment(name: string, args: DeploymentArgs, opts?: CustomResourceOptions);
@overload
def Deployment(resource_name: str,
args: DeploymentArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Deployment(resource_name: str,
opts: Optional[ResourceOptions] = None,
is_auto_scaling_enabled: Optional[bool] = None,
cpu_core_count: Optional[int] = None,
subnet_id: Optional[str] = None,
license_model: Optional[str] = None,
deployment_type: Optional[str] = None,
compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
is_lock_override: Optional[bool] = None,
locks: Optional[Sequence[_goldengate.DeploymentLockArgs]] = None,
fqdn: Optional[str] = None,
description: Optional[str] = None,
is_public: Optional[bool] = None,
deployment_backup_id: Optional[str] = None,
load_balancer_subnet_id: Optional[str] = None,
freeform_tags: Optional[Mapping[str, str]] = None,
maintenance_configuration: Optional[_goldengate.DeploymentMaintenanceConfigurationArgs] = None,
maintenance_window: Optional[_goldengate.DeploymentMaintenanceWindowArgs] = None,
nsg_ids: Optional[Sequence[str]] = None,
ogg_data: Optional[_goldengate.DeploymentOggDataArgs] = None,
state: Optional[str] = None,
defined_tags: Optional[Mapping[str, str]] = None)
func NewDeployment(ctx *Context, name string, args DeploymentArgs, opts ...ResourceOption) (*Deployment, error)
public Deployment(string name, DeploymentArgs args, CustomResourceOptions? opts = null)
public Deployment(String name, DeploymentArgs args)
public Deployment(String name, DeploymentArgs args, CustomResourceOptions options)
type: oci:GoldenGate:Deployment
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args DeploymentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args DeploymentArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args DeploymentArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DeploymentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DeploymentArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var exampledeploymentResourceResourceFromGoldenGatedeployment = new Oci.GoldenGate.Deployment("exampledeploymentResourceResourceFromGoldenGatedeployment", new()
{
IsAutoScalingEnabled = false,
CpuCoreCount = 0,
SubnetId = "string",
LicenseModel = "string",
DeploymentType = "string",
CompartmentId = "string",
DisplayName = "string",
IsLockOverride = false,
Locks = new[]
{
new Oci.GoldenGate.Inputs.DeploymentLockArgs
{
Type = "string",
Message = "string",
RelatedResourceId = "string",
TimeCreated = "string",
},
},
Fqdn = "string",
Description = "string",
IsPublic = false,
DeploymentBackupId = "string",
LoadBalancerSubnetId = "string",
FreeformTags =
{
{ "string", "string" },
},
MaintenanceConfiguration = new Oci.GoldenGate.Inputs.DeploymentMaintenanceConfigurationArgs
{
BundleReleaseUpgradePeriodInDays = 0,
InterimReleaseUpgradePeriodInDays = 0,
IsInterimReleaseAutoUpgradeEnabled = false,
MajorReleaseUpgradePeriodInDays = 0,
SecurityPatchUpgradePeriodInDays = 0,
},
MaintenanceWindow = new Oci.GoldenGate.Inputs.DeploymentMaintenanceWindowArgs
{
Day = "string",
StartHour = 0,
},
NsgIds = new[]
{
"string",
},
OggData = new Oci.GoldenGate.Inputs.DeploymentOggDataArgs
{
DeploymentName = "string",
AdminPassword = "string",
AdminUsername = "string",
Certificate = "string",
CredentialStore = "string",
IdentityDomainId = "string",
Key = "string",
OggVersion = "string",
PasswordSecretId = "string",
},
State = "string",
DefinedTags =
{
{ "string", "string" },
},
});
example, err := GoldenGate.NewDeployment(ctx, "exampledeploymentResourceResourceFromGoldenGatedeployment", &GoldenGate.DeploymentArgs{
IsAutoScalingEnabled: pulumi.Bool(false),
CpuCoreCount: pulumi.Int(0),
SubnetId: pulumi.String("string"),
LicenseModel: pulumi.String("string"),
DeploymentType: pulumi.String("string"),
CompartmentId: pulumi.String("string"),
DisplayName: pulumi.String("string"),
IsLockOverride: pulumi.Bool(false),
Locks: goldengate.DeploymentLockArray{
&goldengate.DeploymentLockArgs{
Type: pulumi.String("string"),
Message: pulumi.String("string"),
RelatedResourceId: pulumi.String("string"),
TimeCreated: pulumi.String("string"),
},
},
Fqdn: pulumi.String("string"),
Description: pulumi.String("string"),
IsPublic: pulumi.Bool(false),
DeploymentBackupId: pulumi.String("string"),
LoadBalancerSubnetId: pulumi.String("string"),
FreeformTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
MaintenanceConfiguration: &goldengate.DeploymentMaintenanceConfigurationArgs{
BundleReleaseUpgradePeriodInDays: pulumi.Int(0),
InterimReleaseUpgradePeriodInDays: pulumi.Int(0),
IsInterimReleaseAutoUpgradeEnabled: pulumi.Bool(false),
MajorReleaseUpgradePeriodInDays: pulumi.Int(0),
SecurityPatchUpgradePeriodInDays: pulumi.Int(0),
},
MaintenanceWindow: &goldengate.DeploymentMaintenanceWindowArgs{
Day: pulumi.String("string"),
StartHour: pulumi.Int(0),
},
NsgIds: pulumi.StringArray{
pulumi.String("string"),
},
OggData: &goldengate.DeploymentOggDataArgs{
DeploymentName: pulumi.String("string"),
AdminPassword: pulumi.String("string"),
AdminUsername: pulumi.String("string"),
Certificate: pulumi.String("string"),
CredentialStore: pulumi.String("string"),
IdentityDomainId: pulumi.String("string"),
Key: pulumi.String("string"),
OggVersion: pulumi.String("string"),
PasswordSecretId: pulumi.String("string"),
},
State: pulumi.String("string"),
DefinedTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
})
var exampledeploymentResourceResourceFromGoldenGatedeployment = new Deployment("exampledeploymentResourceResourceFromGoldenGatedeployment", DeploymentArgs.builder()
.isAutoScalingEnabled(false)
.cpuCoreCount(0)
.subnetId("string")
.licenseModel("string")
.deploymentType("string")
.compartmentId("string")
.displayName("string")
.isLockOverride(false)
.locks(DeploymentLockArgs.builder()
.type("string")
.message("string")
.relatedResourceId("string")
.timeCreated("string")
.build())
.fqdn("string")
.description("string")
.isPublic(false)
.deploymentBackupId("string")
.loadBalancerSubnetId("string")
.freeformTags(Map.of("string", "string"))
.maintenanceConfiguration(DeploymentMaintenanceConfigurationArgs.builder()
.bundleReleaseUpgradePeriodInDays(0)
.interimReleaseUpgradePeriodInDays(0)
.isInterimReleaseAutoUpgradeEnabled(false)
.majorReleaseUpgradePeriodInDays(0)
.securityPatchUpgradePeriodInDays(0)
.build())
.maintenanceWindow(DeploymentMaintenanceWindowArgs.builder()
.day("string")
.startHour(0)
.build())
.nsgIds("string")
.oggData(DeploymentOggDataArgs.builder()
.deploymentName("string")
.adminPassword("string")
.adminUsername("string")
.certificate("string")
.credentialStore("string")
.identityDomainId("string")
.key("string")
.oggVersion("string")
.passwordSecretId("string")
.build())
.state("string")
.definedTags(Map.of("string", "string"))
.build());
exampledeployment_resource_resource_from_golden_gatedeployment = oci.golden_gate.Deployment("exampledeploymentResourceResourceFromGoldenGatedeployment",
is_auto_scaling_enabled=False,
cpu_core_count=0,
subnet_id="string",
license_model="string",
deployment_type="string",
compartment_id="string",
display_name="string",
is_lock_override=False,
locks=[oci.golden_gate.DeploymentLockArgs(
type="string",
message="string",
related_resource_id="string",
time_created="string",
)],
fqdn="string",
description="string",
is_public=False,
deployment_backup_id="string",
load_balancer_subnet_id="string",
freeform_tags={
"string": "string",
},
maintenance_configuration=oci.golden_gate.DeploymentMaintenanceConfigurationArgs(
bundle_release_upgrade_period_in_days=0,
interim_release_upgrade_period_in_days=0,
is_interim_release_auto_upgrade_enabled=False,
major_release_upgrade_period_in_days=0,
security_patch_upgrade_period_in_days=0,
),
maintenance_window=oci.golden_gate.DeploymentMaintenanceWindowArgs(
day="string",
start_hour=0,
),
nsg_ids=["string"],
ogg_data=oci.golden_gate.DeploymentOggDataArgs(
deployment_name="string",
admin_password="string",
admin_username="string",
certificate="string",
credential_store="string",
identity_domain_id="string",
key="string",
ogg_version="string",
password_secret_id="string",
),
state="string",
defined_tags={
"string": "string",
})
const exampledeploymentResourceResourceFromGoldenGatedeployment = new oci.goldengate.Deployment("exampledeploymentResourceResourceFromGoldenGatedeployment", {
isAutoScalingEnabled: false,
cpuCoreCount: 0,
subnetId: "string",
licenseModel: "string",
deploymentType: "string",
compartmentId: "string",
displayName: "string",
isLockOverride: false,
locks: [{
type: "string",
message: "string",
relatedResourceId: "string",
timeCreated: "string",
}],
fqdn: "string",
description: "string",
isPublic: false,
deploymentBackupId: "string",
loadBalancerSubnetId: "string",
freeformTags: {
string: "string",
},
maintenanceConfiguration: {
bundleReleaseUpgradePeriodInDays: 0,
interimReleaseUpgradePeriodInDays: 0,
isInterimReleaseAutoUpgradeEnabled: false,
majorReleaseUpgradePeriodInDays: 0,
securityPatchUpgradePeriodInDays: 0,
},
maintenanceWindow: {
day: "string",
startHour: 0,
},
nsgIds: ["string"],
oggData: {
deploymentName: "string",
adminPassword: "string",
adminUsername: "string",
certificate: "string",
credentialStore: "string",
identityDomainId: "string",
key: "string",
oggVersion: "string",
passwordSecretId: "string",
},
state: "string",
definedTags: {
string: "string",
},
});
type: oci:GoldenGate:Deployment
properties:
compartmentId: string
cpuCoreCount: 0
definedTags:
string: string
deploymentBackupId: string
deploymentType: string
description: string
displayName: string
fqdn: string
freeformTags:
string: string
isAutoScalingEnabled: false
isLockOverride: false
isPublic: false
licenseModel: string
loadBalancerSubnetId: string
locks:
- message: string
relatedResourceId: string
timeCreated: string
type: string
maintenanceConfiguration:
bundleReleaseUpgradePeriodInDays: 0
interimReleaseUpgradePeriodInDays: 0
isInterimReleaseAutoUpgradeEnabled: false
majorReleaseUpgradePeriodInDays: 0
securityPatchUpgradePeriodInDays: 0
maintenanceWindow:
day: string
startHour: 0
nsgIds:
- string
oggData:
adminPassword: string
adminUsername: string
certificate: string
credentialStore: string
deploymentName: string
identityDomainId: string
key: string
oggVersion: string
passwordSecretId: string
state: string
subnetId: string
Deployment Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Deployment resource accepts the following input properties:
- Compartment
Id string - (Updatable) The OCID of the compartment being referenced.
- Cpu
Core intCount - (Updatable) The Minimum number of OCPUs to be made available for this Deployment.
- Deployment
Type string - The type of deployment, which can be any one of the Allowed values. NOTE: Use of the value 'OGG' is maintained for backward compatibility purposes. Its use is discouraged in favor of 'DATABASE_ORACLE'.
- Display
Name string - (Updatable) An object's Display Name.
- Is
Auto boolScaling Enabled - (Updatable) Indicates if auto scaling is enabled for the Deployment's CPU core count.
- License
Model string - (Updatable) The Oracle license model that applies to a Deployment.
- Subnet
Id string - (Updatable) The OCID of the subnet of the deployment's private endpoint. The subnet must be a private subnet. For backward compatibility, public subnets are allowed until May 31 2025, after which the private subnet will be enforced.
- Dictionary<string, string>
- (Updatable) Tags defined for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Deployment
Backup stringId - The OCID of the backup being referenced.
- Description string
- (Updatable) Metadata about this specific object.
- Fqdn string
- (Updatable) A three-label Fully Qualified Domain Name (FQDN) for a resource.
- Dictionary<string, string>
- (Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Is
Lock boolOverride - Is
Public bool - (Updatable) True if this object is publicly available.
- Load
Balancer stringSubnet Id - The OCID of a public subnet in the customer tenancy. Can be provided only for public deployments. If provided, the loadbalancer will be created in this subnet instead of the service tenancy. For backward compatiblity this is an optional property for now, but it will become mandatory (for public deployments only) after October 1, 2024.
- Locks
List<Deployment
Lock> - Locks associated with this resource.
- Maintenance
Configuration DeploymentMaintenance Configuration - (Updatable) Defines the maintenance configuration for create operation.
- Maintenance
Window DeploymentMaintenance Window - (Updatable) Defines the maintenance window for create operation, when automatic actions can be performed.
- Nsg
Ids List<string> - (Updatable) An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.
- Ogg
Data DeploymentOgg Data - (Updatable) Deployment Data for creating an OggDeployment
- State string
- Compartment
Id string - (Updatable) The OCID of the compartment being referenced.
- Cpu
Core intCount - (Updatable) The Minimum number of OCPUs to be made available for this Deployment.
- Deployment
Type string - The type of deployment, which can be any one of the Allowed values. NOTE: Use of the value 'OGG' is maintained for backward compatibility purposes. Its use is discouraged in favor of 'DATABASE_ORACLE'.
- Display
Name string - (Updatable) An object's Display Name.
- Is
Auto boolScaling Enabled - (Updatable) Indicates if auto scaling is enabled for the Deployment's CPU core count.
- License
Model string - (Updatable) The Oracle license model that applies to a Deployment.
- Subnet
Id string - (Updatable) The OCID of the subnet of the deployment's private endpoint. The subnet must be a private subnet. For backward compatibility, public subnets are allowed until May 31 2025, after which the private subnet will be enforced.
- map[string]string
- (Updatable) Tags defined for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Deployment
Backup stringId - The OCID of the backup being referenced.
- Description string
- (Updatable) Metadata about this specific object.
- Fqdn string
- (Updatable) A three-label Fully Qualified Domain Name (FQDN) for a resource.
- map[string]string
- (Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Is
Lock boolOverride - Is
Public bool - (Updatable) True if this object is publicly available.
- Load
Balancer stringSubnet Id - The OCID of a public subnet in the customer tenancy. Can be provided only for public deployments. If provided, the loadbalancer will be created in this subnet instead of the service tenancy. For backward compatiblity this is an optional property for now, but it will become mandatory (for public deployments only) after October 1, 2024.
- Locks
[]Deployment
Lock Args - Locks associated with this resource.
- Maintenance
Configuration DeploymentMaintenance Configuration Args - (Updatable) Defines the maintenance configuration for create operation.
- Maintenance
Window DeploymentMaintenance Window Args - (Updatable) Defines the maintenance window for create operation, when automatic actions can be performed.
- Nsg
Ids []string - (Updatable) An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.
- Ogg
Data DeploymentOgg Data Args - (Updatable) Deployment Data for creating an OggDeployment
- State string
- compartment
Id String - (Updatable) The OCID of the compartment being referenced.
- cpu
Core IntegerCount - (Updatable) The Minimum number of OCPUs to be made available for this Deployment.
- deployment
Type String - The type of deployment, which can be any one of the Allowed values. NOTE: Use of the value 'OGG' is maintained for backward compatibility purposes. Its use is discouraged in favor of 'DATABASE_ORACLE'.
- display
Name String - (Updatable) An object's Display Name.
- is
Auto BooleanScaling Enabled - (Updatable) Indicates if auto scaling is enabled for the Deployment's CPU core count.
- license
Model String - (Updatable) The Oracle license model that applies to a Deployment.
- subnet
Id String - (Updatable) The OCID of the subnet of the deployment's private endpoint. The subnet must be a private subnet. For backward compatibility, public subnets are allowed until May 31 2025, after which the private subnet will be enforced.
- Map<String,String>
- (Updatable) Tags defined for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- deployment
Backup StringId - The OCID of the backup being referenced.
- description String
- (Updatable) Metadata about this specific object.
- fqdn String
- (Updatable) A three-label Fully Qualified Domain Name (FQDN) for a resource.
- Map<String,String>
- (Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- is
Lock BooleanOverride - is
Public Boolean - (Updatable) True if this object is publicly available.
- load
Balancer StringSubnet Id - The OCID of a public subnet in the customer tenancy. Can be provided only for public deployments. If provided, the loadbalancer will be created in this subnet instead of the service tenancy. For backward compatiblity this is an optional property for now, but it will become mandatory (for public deployments only) after October 1, 2024.
- locks
List<Deployment
Lock> - Locks associated with this resource.
- maintenance
Configuration DeploymentMaintenance Configuration - (Updatable) Defines the maintenance configuration for create operation.
- maintenance
Window DeploymentMaintenance Window - (Updatable) Defines the maintenance window for create operation, when automatic actions can be performed.
- nsg
Ids List<String> - (Updatable) An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.
- ogg
Data DeploymentOgg Data - (Updatable) Deployment Data for creating an OggDeployment
- state String
- compartment
Id string - (Updatable) The OCID of the compartment being referenced.
- cpu
Core numberCount - (Updatable) The Minimum number of OCPUs to be made available for this Deployment.
- deployment
Type string - The type of deployment, which can be any one of the Allowed values. NOTE: Use of the value 'OGG' is maintained for backward compatibility purposes. Its use is discouraged in favor of 'DATABASE_ORACLE'.
- display
Name string - (Updatable) An object's Display Name.
- is
Auto booleanScaling Enabled - (Updatable) Indicates if auto scaling is enabled for the Deployment's CPU core count.
- license
Model string - (Updatable) The Oracle license model that applies to a Deployment.
- subnet
Id string - (Updatable) The OCID of the subnet of the deployment's private endpoint. The subnet must be a private subnet. For backward compatibility, public subnets are allowed until May 31 2025, after which the private subnet will be enforced.
- {[key: string]: string}
- (Updatable) Tags defined for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- deployment
Backup stringId - The OCID of the backup being referenced.
- description string
- (Updatable) Metadata about this specific object.
- fqdn string
- (Updatable) A three-label Fully Qualified Domain Name (FQDN) for a resource.
- {[key: string]: string}
- (Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- is
Lock booleanOverride - is
Public boolean - (Updatable) True if this object is publicly available.
- load
Balancer stringSubnet Id - The OCID of a public subnet in the customer tenancy. Can be provided only for public deployments. If provided, the loadbalancer will be created in this subnet instead of the service tenancy. For backward compatiblity this is an optional property for now, but it will become mandatory (for public deployments only) after October 1, 2024.
- locks
Deployment
Lock[] - Locks associated with this resource.
- maintenance
Configuration DeploymentMaintenance Configuration - (Updatable) Defines the maintenance configuration for create operation.
- maintenance
Window DeploymentMaintenance Window - (Updatable) Defines the maintenance window for create operation, when automatic actions can be performed.
- nsg
Ids string[] - (Updatable) An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.
- ogg
Data DeploymentOgg Data - (Updatable) Deployment Data for creating an OggDeployment
- state string
- compartment_
id str - (Updatable) The OCID of the compartment being referenced.
- cpu_
core_ intcount - (Updatable) The Minimum number of OCPUs to be made available for this Deployment.
- deployment_
type str - The type of deployment, which can be any one of the Allowed values. NOTE: Use of the value 'OGG' is maintained for backward compatibility purposes. Its use is discouraged in favor of 'DATABASE_ORACLE'.
- display_
name str - (Updatable) An object's Display Name.
- is_
auto_ boolscaling_ enabled - (Updatable) Indicates if auto scaling is enabled for the Deployment's CPU core count.
- license_
model str - (Updatable) The Oracle license model that applies to a Deployment.
- subnet_
id str - (Updatable) The OCID of the subnet of the deployment's private endpoint. The subnet must be a private subnet. For backward compatibility, public subnets are allowed until May 31 2025, after which the private subnet will be enforced.
- Mapping[str, str]
- (Updatable) Tags defined for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- deployment_
backup_ strid - The OCID of the backup being referenced.
- description str
- (Updatable) Metadata about this specific object.
- fqdn str
- (Updatable) A three-label Fully Qualified Domain Name (FQDN) for a resource.
- Mapping[str, str]
- (Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- is_
lock_ booloverride - is_
public bool - (Updatable) True if this object is publicly available.
- load_
balancer_ strsubnet_ id - The OCID of a public subnet in the customer tenancy. Can be provided only for public deployments. If provided, the loadbalancer will be created in this subnet instead of the service tenancy. For backward compatiblity this is an optional property for now, but it will become mandatory (for public deployments only) after October 1, 2024.
- locks
Sequence[goldengate.
Deployment Lock Args] - Locks associated with this resource.
- maintenance_
configuration goldengate.Deployment Maintenance Configuration Args - (Updatable) Defines the maintenance configuration for create operation.
- maintenance_
window goldengate.Deployment Maintenance Window Args - (Updatable) Defines the maintenance window for create operation, when automatic actions can be performed.
- nsg_
ids Sequence[str] - (Updatable) An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.
- ogg_
data goldengate.Deployment Ogg Data Args - (Updatable) Deployment Data for creating an OggDeployment
- state str
- compartment
Id String - (Updatable) The OCID of the compartment being referenced.
- cpu
Core NumberCount - (Updatable) The Minimum number of OCPUs to be made available for this Deployment.
- deployment
Type String - The type of deployment, which can be any one of the Allowed values. NOTE: Use of the value 'OGG' is maintained for backward compatibility purposes. Its use is discouraged in favor of 'DATABASE_ORACLE'.
- display
Name String - (Updatable) An object's Display Name.
- is
Auto BooleanScaling Enabled - (Updatable) Indicates if auto scaling is enabled for the Deployment's CPU core count.
- license
Model String - (Updatable) The Oracle license model that applies to a Deployment.
- subnet
Id String - (Updatable) The OCID of the subnet of the deployment's private endpoint. The subnet must be a private subnet. For backward compatibility, public subnets are allowed until May 31 2025, after which the private subnet will be enforced.
- Map<String>
- (Updatable) Tags defined for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- deployment
Backup StringId - The OCID of the backup being referenced.
- description String
- (Updatable) Metadata about this specific object.
- fqdn String
- (Updatable) A three-label Fully Qualified Domain Name (FQDN) for a resource.
- Map<String>
- (Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- is
Lock BooleanOverride - is
Public Boolean - (Updatable) True if this object is publicly available.
- load
Balancer StringSubnet Id - The OCID of a public subnet in the customer tenancy. Can be provided only for public deployments. If provided, the loadbalancer will be created in this subnet instead of the service tenancy. For backward compatiblity this is an optional property for now, but it will become mandatory (for public deployments only) after October 1, 2024.
- locks List<Property Map>
- Locks associated with this resource.
- maintenance
Configuration Property Map - (Updatable) Defines the maintenance configuration for create operation.
- maintenance
Window Property Map - (Updatable) Defines the maintenance window for create operation, when automatic actions can be performed.
- nsg
Ids List<String> - (Updatable) An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.
- ogg
Data Property Map - (Updatable) Deployment Data for creating an OggDeployment
- state String
Outputs
All input properties are implicitly available as output properties. Additionally, the Deployment resource produces the following output properties:
- Deployment
Diagnostic List<DeploymentDatas Deployment Diagnostic Data> - Information regarding the deployment diagnostic collection
- Deployment
Url string - The URL of a resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Ingress
Ips List<DeploymentIngress Ip> - List of ingress IP addresses from where the GoldenGate deployment connects to this connection's privateIp. Customers may optionally set up ingress security rules to restrict traffic from these IP addresses.
- Is
Healthy bool - True if all of the aggregate resources are working correctly.
- Is
Latest boolVersion - Indicates if the resource is the the latest available version.
- Is
Storage boolUtilization 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.
- Lifecycle
Details string - 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.
- Lifecycle
Sub stringState - Possible GGS lifecycle sub-states.
- Load
Balancer stringId - The OCID of the loadbalancer in the customer's subnet. The loadbalancer of the public deployment created in the customer subnet.
- Next
Maintenance stringAction Type - Type of the next maintenance.
- Next
Maintenance stringDescription - Description of the next maintenance.
- Private
Ip stringAddress - The private IP address in the customer's VCN representing the access point for the associated endpoint service in the GoldenGate service VCN.
- Public
Ip stringAddress - The public IP address representing the access point for the Deployment.
- Storage
Utilization stringIn Bytes - The amount of storage being utilized (in bytes)
- Dictionary<string, string>
- 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. Example:
{orcl-cloud: {free-tier-retain: true}}
- Time
Created string - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Of stringNext Maintenance - The time of next maintenance schedule. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Ogg stringVersion Supported Until - The time until OGG version is supported. After this date has passed OGG version will not be available anymore. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Updated string - The time the resource was last updated. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Upgrade stringRequired - Note: Deprecated: Use timeOfNextMaintenance instead, or related upgrade records to check, when deployment will be forced to upgrade to a newer version. Old description: The date the existing version in use will no longer be considered as usable and an upgrade will be required. This date is typically 6 months after the version was released for use by GGS. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- Deployment
Diagnostic []DeploymentDatas Deployment Diagnostic Data - Information regarding the deployment diagnostic collection
- Deployment
Url string - The URL of a resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Ingress
Ips []DeploymentIngress Ip - List of ingress IP addresses from where the GoldenGate deployment connects to this connection's privateIp. Customers may optionally set up ingress security rules to restrict traffic from these IP addresses.
- Is
Healthy bool - True if all of the aggregate resources are working correctly.
- Is
Latest boolVersion - Indicates if the resource is the the latest available version.
- Is
Storage boolUtilization 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.
- Lifecycle
Details string - 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.
- Lifecycle
Sub stringState - Possible GGS lifecycle sub-states.
- Load
Balancer stringId - The OCID of the loadbalancer in the customer's subnet. The loadbalancer of the public deployment created in the customer subnet.
- Next
Maintenance stringAction Type - Type of the next maintenance.
- Next
Maintenance stringDescription - Description of the next maintenance.
- Private
Ip stringAddress - The private IP address in the customer's VCN representing the access point for the associated endpoint service in the GoldenGate service VCN.
- Public
Ip stringAddress - The public IP address representing the access point for the Deployment.
- Storage
Utilization stringIn Bytes - The amount of storage being utilized (in bytes)
- map[string]string
- 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. Example:
{orcl-cloud: {free-tier-retain: true}}
- Time
Created string - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Of stringNext Maintenance - The time of next maintenance schedule. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Ogg stringVersion Supported Until - The time until OGG version is supported. After this date has passed OGG version will not be available anymore. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Updated string - The time the resource was last updated. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Upgrade stringRequired - Note: Deprecated: Use timeOfNextMaintenance instead, or related upgrade records to check, when deployment will be forced to upgrade to a newer version. Old description: The date the existing version in use will no longer be considered as usable and an upgrade will be required. This date is typically 6 months after the version was released for use by GGS. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- deployment
Diagnostic List<DeploymentDatas Deployment Diagnostic Data> - Information regarding the deployment diagnostic collection
- deployment
Url String - The URL of a resource.
- id String
- The provider-assigned unique ID for this managed resource.
- ingress
Ips List<DeploymentIngress Ip> - List of ingress IP addresses from where the GoldenGate deployment connects to this connection's privateIp. Customers may optionally set up ingress security rules to restrict traffic from these IP addresses.
- is
Healthy Boolean - True if all of the aggregate resources are working correctly.
- is
Latest BooleanVersion - Indicates if the resource is the the latest available version.
- is
Storage BooleanUtilization 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.
- lifecycle
Details String - 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.
- lifecycle
Sub StringState - Possible GGS lifecycle sub-states.
- load
Balancer StringId - The OCID of the loadbalancer in the customer's subnet. The loadbalancer of the public deployment created in the customer subnet.
- next
Maintenance StringAction Type - Type of the next maintenance.
- next
Maintenance StringDescription - Description of the next maintenance.
- private
Ip StringAddress - The private IP address in the customer's VCN representing the access point for the associated endpoint service in the GoldenGate service VCN.
- public
Ip StringAddress - The public IP address representing the access point for the Deployment.
- storage
Utilization StringIn Bytes - The amount of storage being utilized (in bytes)
- Map<String,String>
- 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. Example:
{orcl-cloud: {free-tier-retain: true}}
- time
Created String - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Of StringNext Maintenance - The time of next maintenance schedule. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Ogg StringVersion Supported Until - The time until OGG version is supported. After this date has passed OGG version will not be available anymore. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Updated String - The time the resource was last updated. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Upgrade StringRequired - Note: Deprecated: Use timeOfNextMaintenance instead, or related upgrade records to check, when deployment will be forced to upgrade to a newer version. Old description: The date the existing version in use will no longer be considered as usable and an upgrade will be required. This date is typically 6 months after the version was released for use by GGS. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- deployment
Diagnostic DeploymentDatas Deployment Diagnostic Data[] - Information regarding the deployment diagnostic collection
- deployment
Url string - The URL of a resource.
- id string
- The provider-assigned unique ID for this managed resource.
- ingress
Ips DeploymentIngress Ip[] - List of ingress IP addresses from where the GoldenGate deployment connects to this connection's privateIp. Customers may optionally set up ingress security rules to restrict traffic from these IP addresses.
- is
Healthy boolean - True if all of the aggregate resources are working correctly.
- is
Latest booleanVersion - Indicates if the resource is the the latest available version.
- is
Storage booleanUtilization 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.
- lifecycle
Details string - 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.
- lifecycle
Sub stringState - Possible GGS lifecycle sub-states.
- load
Balancer stringId - The OCID of the loadbalancer in the customer's subnet. The loadbalancer of the public deployment created in the customer subnet.
- next
Maintenance stringAction Type - Type of the next maintenance.
- next
Maintenance stringDescription - Description of the next maintenance.
- private
Ip stringAddress - The private IP address in the customer's VCN representing the access point for the associated endpoint service in the GoldenGate service VCN.
- public
Ip stringAddress - The public IP address representing the access point for the Deployment.
- storage
Utilization stringIn Bytes - The amount of storage being utilized (in bytes)
- {[key: string]: string}
- 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. Example:
{orcl-cloud: {free-tier-retain: true}}
- time
Created string - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Of stringNext Maintenance - The time of next maintenance schedule. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Ogg stringVersion Supported Until - The time until OGG version is supported. After this date has passed OGG version will not be available anymore. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Updated string - The time the resource was last updated. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Upgrade stringRequired - Note: Deprecated: Use timeOfNextMaintenance instead, or related upgrade records to check, when deployment will be forced to upgrade to a newer version. Old description: The date the existing version in use will no longer be considered as usable and an upgrade will be required. This date is typically 6 months after the version was released for use by GGS. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- deployment_
diagnostic_ Sequence[goldengate.datas Deployment Deployment Diagnostic Data] - Information regarding the deployment diagnostic collection
- deployment_
url str - The URL of a resource.
- id str
- The provider-assigned unique ID for this managed resource.
- ingress_
ips Sequence[goldengate.Deployment Ingress Ip] - List of ingress IP addresses from where the GoldenGate deployment connects to this connection's privateIp. Customers may optionally set up ingress security rules to restrict traffic from these IP addresses.
- is_
healthy bool - True if all of the aggregate resources are working correctly.
- is_
latest_ boolversion - Indicates if the resource is the the latest available version.
- is_
storage_ boolutilization_ 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.
- lifecycle_
details str - 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.
- lifecycle_
sub_ strstate - Possible GGS lifecycle sub-states.
- load_
balancer_ strid - The OCID of the loadbalancer in the customer's subnet. The loadbalancer of the public deployment created in the customer subnet.
- next_
maintenance_ straction_ type - Type of the next maintenance.
- next_
maintenance_ strdescription - Description of the next maintenance.
- private_
ip_ straddress - The private IP address in the customer's VCN representing the access point for the associated endpoint service in the GoldenGate service VCN.
- public_
ip_ straddress - The public IP address representing the access point for the Deployment.
- storage_
utilization_ strin_ bytes - The amount of storage being utilized (in bytes)
- Mapping[str, str]
- 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. Example:
{orcl-cloud: {free-tier-retain: true}}
- time_
created str - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time_
of_ strnext_ maintenance - The time of next maintenance schedule. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time_
ogg_ strversion_ supported_ until - The time until OGG version is supported. After this date has passed OGG version will not be available anymore. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time_
updated str - The time the resource was last updated. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time_
upgrade_ strrequired - Note: Deprecated: Use timeOfNextMaintenance instead, or related upgrade records to check, when deployment will be forced to upgrade to a newer version. Old description: The date the existing version in use will no longer be considered as usable and an upgrade will be required. This date is typically 6 months after the version was released for use by GGS. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- deployment
Diagnostic List<Property Map>Datas - Information regarding the deployment diagnostic collection
- deployment
Url String - The URL of a resource.
- id String
- The provider-assigned unique ID for this managed resource.
- ingress
Ips List<Property Map> - List of ingress IP addresses from where the GoldenGate deployment connects to this connection's privateIp. Customers may optionally set up ingress security rules to restrict traffic from these IP addresses.
- is
Healthy Boolean - True if all of the aggregate resources are working correctly.
- is
Latest BooleanVersion - Indicates if the resource is the the latest available version.
- is
Storage BooleanUtilization 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.
- lifecycle
Details String - 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.
- lifecycle
Sub StringState - Possible GGS lifecycle sub-states.
- load
Balancer StringId - The OCID of the loadbalancer in the customer's subnet. The loadbalancer of the public deployment created in the customer subnet.
- next
Maintenance StringAction Type - Type of the next maintenance.
- next
Maintenance StringDescription - Description of the next maintenance.
- private
Ip StringAddress - The private IP address in the customer's VCN representing the access point for the associated endpoint service in the GoldenGate service VCN.
- public
Ip StringAddress - The public IP address representing the access point for the Deployment.
- storage
Utilization StringIn Bytes - The amount of storage being utilized (in bytes)
- Map<String>
- 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. Example:
{orcl-cloud: {free-tier-retain: true}}
- time
Created String - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Of StringNext Maintenance - The time of next maintenance schedule. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Ogg StringVersion Supported Until - The time until OGG version is supported. After this date has passed OGG version will not be available anymore. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Updated String - The time the resource was last updated. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Upgrade StringRequired - Note: Deprecated: Use timeOfNextMaintenance instead, or related upgrade records to check, when deployment will be forced to upgrade to a newer version. Old description: The date the existing version in use will no longer be considered as usable and an upgrade will be required. This date is typically 6 months after the version was released for use by GGS. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
Look up Existing Deployment Resource
Get an existing Deployment resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: DeploymentState, opts?: CustomResourceOptions): Deployment
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
compartment_id: Optional[str] = None,
cpu_core_count: Optional[int] = None,
defined_tags: Optional[Mapping[str, str]] = None,
deployment_backup_id: Optional[str] = None,
deployment_diagnostic_datas: Optional[Sequence[_goldengate.DeploymentDeploymentDiagnosticDataArgs]] = None,
deployment_type: Optional[str] = None,
deployment_url: Optional[str] = None,
description: Optional[str] = None,
display_name: Optional[str] = None,
fqdn: Optional[str] = None,
freeform_tags: Optional[Mapping[str, str]] = None,
ingress_ips: Optional[Sequence[_goldengate.DeploymentIngressIpArgs]] = None,
is_auto_scaling_enabled: Optional[bool] = None,
is_healthy: Optional[bool] = None,
is_latest_version: Optional[bool] = None,
is_lock_override: Optional[bool] = None,
is_public: Optional[bool] = None,
is_storage_utilization_limit_exceeded: Optional[bool] = None,
license_model: Optional[str] = None,
lifecycle_details: Optional[str] = None,
lifecycle_sub_state: Optional[str] = None,
load_balancer_id: Optional[str] = None,
load_balancer_subnet_id: Optional[str] = None,
locks: Optional[Sequence[_goldengate.DeploymentLockArgs]] = None,
maintenance_configuration: Optional[_goldengate.DeploymentMaintenanceConfigurationArgs] = None,
maintenance_window: Optional[_goldengate.DeploymentMaintenanceWindowArgs] = None,
next_maintenance_action_type: Optional[str] = None,
next_maintenance_description: Optional[str] = None,
nsg_ids: Optional[Sequence[str]] = None,
ogg_data: Optional[_goldengate.DeploymentOggDataArgs] = None,
private_ip_address: Optional[str] = None,
public_ip_address: Optional[str] = None,
state: Optional[str] = None,
storage_utilization_in_bytes: Optional[str] = None,
subnet_id: Optional[str] = None,
system_tags: Optional[Mapping[str, str]] = None,
time_created: Optional[str] = None,
time_of_next_maintenance: Optional[str] = None,
time_ogg_version_supported_until: Optional[str] = None,
time_updated: Optional[str] = None,
time_upgrade_required: Optional[str] = None) -> Deployment
func GetDeployment(ctx *Context, name string, id IDInput, state *DeploymentState, opts ...ResourceOption) (*Deployment, error)
public static Deployment Get(string name, Input<string> id, DeploymentState? state, CustomResourceOptions? opts = null)
public static Deployment get(String name, Output<String> id, DeploymentState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Compartment
Id string - (Updatable) The OCID of the compartment being referenced.
- Cpu
Core intCount - (Updatable) The Minimum number of OCPUs to be made available for this Deployment.
- Dictionary<string, string>
- (Updatable) Tags defined for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Deployment
Backup stringId - The OCID of the backup being referenced.
- Deployment
Diagnostic List<DeploymentDatas Deployment Diagnostic Data> - Information regarding the deployment diagnostic collection
- Deployment
Type string - The type of deployment, which can be any one of the Allowed values. NOTE: Use of the value 'OGG' is maintained for backward compatibility purposes. Its use is discouraged in favor of 'DATABASE_ORACLE'.
- Deployment
Url string - The URL of a resource.
- Description string
- (Updatable) Metadata about this specific object.
- Display
Name string - (Updatable) An object's Display Name.
- Fqdn string
- (Updatable) A three-label Fully Qualified Domain Name (FQDN) for a resource.
- Dictionary<string, string>
- (Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Ingress
Ips List<DeploymentIngress Ip> - List of ingress IP addresses from where the GoldenGate deployment connects to this connection's privateIp. Customers may optionally set up ingress security rules to restrict traffic from these IP addresses.
- Is
Auto boolScaling Enabled - (Updatable) Indicates if auto scaling is enabled for the Deployment's CPU core count.
- Is
Healthy bool - True if all of the aggregate resources are working correctly.
- Is
Latest boolVersion - Indicates if the resource is the the latest available version.
- Is
Lock boolOverride - Is
Public bool - (Updatable) True if this object is publicly available.
- Is
Storage boolUtilization 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.
- License
Model string - (Updatable) The Oracle license model that applies to a Deployment.
- Lifecycle
Details string - 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.
- Lifecycle
Sub stringState - Possible GGS lifecycle sub-states.
- Load
Balancer stringId - The OCID of the loadbalancer in the customer's subnet. The loadbalancer of the public deployment created in the customer subnet.
- Load
Balancer stringSubnet Id - The OCID of a public subnet in the customer tenancy. Can be provided only for public deployments. If provided, the loadbalancer will be created in this subnet instead of the service tenancy. For backward compatiblity this is an optional property for now, but it will become mandatory (for public deployments only) after October 1, 2024.
- Locks
List<Deployment
Lock> - Locks associated with this resource.
- Maintenance
Configuration DeploymentMaintenance Configuration - (Updatable) Defines the maintenance configuration for create operation.
- Maintenance
Window DeploymentMaintenance Window - (Updatable) Defines the maintenance window for create operation, when automatic actions can be performed.
- Next
Maintenance stringAction Type - Type of the next maintenance.
- Next
Maintenance stringDescription - Description of the next maintenance.
- Nsg
Ids List<string> - (Updatable) An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.
- Ogg
Data DeploymentOgg Data - (Updatable) Deployment Data for creating an OggDeployment
- Private
Ip stringAddress - The private IP address in the customer's VCN representing the access point for the associated endpoint service in the GoldenGate service VCN.
- Public
Ip stringAddress - The public IP address representing the access point for the Deployment.
- State string
- Storage
Utilization stringIn Bytes - The amount of storage being utilized (in bytes)
- Subnet
Id string - (Updatable) The OCID of the subnet of the deployment's private endpoint. The subnet must be a private subnet. For backward compatibility, public subnets are allowed until May 31 2025, after which the private subnet will be enforced.
- Dictionary<string, string>
- 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. Example:
{orcl-cloud: {free-tier-retain: true}}
- Time
Created string - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Of stringNext Maintenance - The time of next maintenance schedule. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Ogg stringVersion Supported Until - The time until OGG version is supported. After this date has passed OGG version will not be available anymore. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Updated string - The time the resource was last updated. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Upgrade stringRequired - Note: Deprecated: Use timeOfNextMaintenance instead, or related upgrade records to check, when deployment will be forced to upgrade to a newer version. Old description: The date the existing version in use will no longer be considered as usable and an upgrade will be required. This date is typically 6 months after the version was released for use by GGS. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- Compartment
Id string - (Updatable) The OCID of the compartment being referenced.
- Cpu
Core intCount - (Updatable) The Minimum number of OCPUs to be made available for this Deployment.
- map[string]string
- (Updatable) Tags defined for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Deployment
Backup stringId - The OCID of the backup being referenced.
- Deployment
Diagnostic []DeploymentDatas Deployment Diagnostic Data Args - Information regarding the deployment diagnostic collection
- Deployment
Type string - The type of deployment, which can be any one of the Allowed values. NOTE: Use of the value 'OGG' is maintained for backward compatibility purposes. Its use is discouraged in favor of 'DATABASE_ORACLE'.
- Deployment
Url string - The URL of a resource.
- Description string
- (Updatable) Metadata about this specific object.
- Display
Name string - (Updatable) An object's Display Name.
- Fqdn string
- (Updatable) A three-label Fully Qualified Domain Name (FQDN) for a resource.
- map[string]string
- (Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Ingress
Ips []DeploymentIngress Ip Args - List of ingress IP addresses from where the GoldenGate deployment connects to this connection's privateIp. Customers may optionally set up ingress security rules to restrict traffic from these IP addresses.
- Is
Auto boolScaling Enabled - (Updatable) Indicates if auto scaling is enabled for the Deployment's CPU core count.
- Is
Healthy bool - True if all of the aggregate resources are working correctly.
- Is
Latest boolVersion - Indicates if the resource is the the latest available version.
- Is
Lock boolOverride - Is
Public bool - (Updatable) True if this object is publicly available.
- Is
Storage boolUtilization 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.
- License
Model string - (Updatable) The Oracle license model that applies to a Deployment.
- Lifecycle
Details string - 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.
- Lifecycle
Sub stringState - Possible GGS lifecycle sub-states.
- Load
Balancer stringId - The OCID of the loadbalancer in the customer's subnet. The loadbalancer of the public deployment created in the customer subnet.
- Load
Balancer stringSubnet Id - The OCID of a public subnet in the customer tenancy. Can be provided only for public deployments. If provided, the loadbalancer will be created in this subnet instead of the service tenancy. For backward compatiblity this is an optional property for now, but it will become mandatory (for public deployments only) after October 1, 2024.
- Locks
[]Deployment
Lock Args - Locks associated with this resource.
- Maintenance
Configuration DeploymentMaintenance Configuration Args - (Updatable) Defines the maintenance configuration for create operation.
- Maintenance
Window DeploymentMaintenance Window Args - (Updatable) Defines the maintenance window for create operation, when automatic actions can be performed.
- Next
Maintenance stringAction Type - Type of the next maintenance.
- Next
Maintenance stringDescription - Description of the next maintenance.
- Nsg
Ids []string - (Updatable) An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.
- Ogg
Data DeploymentOgg Data Args - (Updatable) Deployment Data for creating an OggDeployment
- Private
Ip stringAddress - The private IP address in the customer's VCN representing the access point for the associated endpoint service in the GoldenGate service VCN.
- Public
Ip stringAddress - The public IP address representing the access point for the Deployment.
- State string
- Storage
Utilization stringIn Bytes - The amount of storage being utilized (in bytes)
- Subnet
Id string - (Updatable) The OCID of the subnet of the deployment's private endpoint. The subnet must be a private subnet. For backward compatibility, public subnets are allowed until May 31 2025, after which the private subnet will be enforced.
- map[string]string
- 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. Example:
{orcl-cloud: {free-tier-retain: true}}
- Time
Created string - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Of stringNext Maintenance - The time of next maintenance schedule. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Ogg stringVersion Supported Until - The time until OGG version is supported. After this date has passed OGG version will not be available anymore. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Updated string - The time the resource was last updated. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Upgrade stringRequired - Note: Deprecated: Use timeOfNextMaintenance instead, or related upgrade records to check, when deployment will be forced to upgrade to a newer version. Old description: The date the existing version in use will no longer be considered as usable and an upgrade will be required. This date is typically 6 months after the version was released for use by GGS. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- compartment
Id String - (Updatable) The OCID of the compartment being referenced.
- cpu
Core IntegerCount - (Updatable) The Minimum number of OCPUs to be made available for this Deployment.
- Map<String,String>
- (Updatable) Tags defined for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- deployment
Backup StringId - The OCID of the backup being referenced.
- deployment
Diagnostic List<DeploymentDatas Deployment Diagnostic Data> - Information regarding the deployment diagnostic collection
- deployment
Type String - The type of deployment, which can be any one of the Allowed values. NOTE: Use of the value 'OGG' is maintained for backward compatibility purposes. Its use is discouraged in favor of 'DATABASE_ORACLE'.
- deployment
Url String - The URL of a resource.
- description String
- (Updatable) Metadata about this specific object.
- display
Name String - (Updatable) An object's Display Name.
- fqdn String
- (Updatable) A three-label Fully Qualified Domain Name (FQDN) for a resource.
- Map<String,String>
- (Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- ingress
Ips List<DeploymentIngress Ip> - List of ingress IP addresses from where the GoldenGate deployment connects to this connection's privateIp. Customers may optionally set up ingress security rules to restrict traffic from these IP addresses.
- is
Auto BooleanScaling Enabled - (Updatable) Indicates if auto scaling is enabled for the Deployment's CPU core count.
- is
Healthy Boolean - True if all of the aggregate resources are working correctly.
- is
Latest BooleanVersion - Indicates if the resource is the the latest available version.
- is
Lock BooleanOverride - is
Public Boolean - (Updatable) True if this object is publicly available.
- is
Storage BooleanUtilization 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.
- license
Model String - (Updatable) The Oracle license model that applies to a Deployment.
- lifecycle
Details String - 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.
- lifecycle
Sub StringState - Possible GGS lifecycle sub-states.
- load
Balancer StringId - The OCID of the loadbalancer in the customer's subnet. The loadbalancer of the public deployment created in the customer subnet.
- load
Balancer StringSubnet Id - The OCID of a public subnet in the customer tenancy. Can be provided only for public deployments. If provided, the loadbalancer will be created in this subnet instead of the service tenancy. For backward compatiblity this is an optional property for now, but it will become mandatory (for public deployments only) after October 1, 2024.
- locks
List<Deployment
Lock> - Locks associated with this resource.
- maintenance
Configuration DeploymentMaintenance Configuration - (Updatable) Defines the maintenance configuration for create operation.
- maintenance
Window DeploymentMaintenance Window - (Updatable) Defines the maintenance window for create operation, when automatic actions can be performed.
- next
Maintenance StringAction Type - Type of the next maintenance.
- next
Maintenance StringDescription - Description of the next maintenance.
- nsg
Ids List<String> - (Updatable) An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.
- ogg
Data DeploymentOgg Data - (Updatable) Deployment Data for creating an OggDeployment
- private
Ip StringAddress - The private IP address in the customer's VCN representing the access point for the associated endpoint service in the GoldenGate service VCN.
- public
Ip StringAddress - The public IP address representing the access point for the Deployment.
- state String
- storage
Utilization StringIn Bytes - The amount of storage being utilized (in bytes)
- subnet
Id String - (Updatable) The OCID of the subnet of the deployment's private endpoint. The subnet must be a private subnet. For backward compatibility, public subnets are allowed until May 31 2025, after which the private subnet will be enforced.
- Map<String,String>
- 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. Example:
{orcl-cloud: {free-tier-retain: true}}
- time
Created String - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Of StringNext Maintenance - The time of next maintenance schedule. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Ogg StringVersion Supported Until - The time until OGG version is supported. After this date has passed OGG version will not be available anymore. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Updated String - The time the resource was last updated. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Upgrade StringRequired - Note: Deprecated: Use timeOfNextMaintenance instead, or related upgrade records to check, when deployment will be forced to upgrade to a newer version. Old description: The date the existing version in use will no longer be considered as usable and an upgrade will be required. This date is typically 6 months after the version was released for use by GGS. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- compartment
Id string - (Updatable) The OCID of the compartment being referenced.
- cpu
Core numberCount - (Updatable) The Minimum number of OCPUs to be made available for this Deployment.
- {[key: string]: string}
- (Updatable) Tags defined for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- deployment
Backup stringId - The OCID of the backup being referenced.
- deployment
Diagnostic DeploymentDatas Deployment Diagnostic Data[] - Information regarding the deployment diagnostic collection
- deployment
Type string - The type of deployment, which can be any one of the Allowed values. NOTE: Use of the value 'OGG' is maintained for backward compatibility purposes. Its use is discouraged in favor of 'DATABASE_ORACLE'.
- deployment
Url string - The URL of a resource.
- description string
- (Updatable) Metadata about this specific object.
- display
Name string - (Updatable) An object's Display Name.
- fqdn string
- (Updatable) A three-label Fully Qualified Domain Name (FQDN) for a resource.
- {[key: string]: string}
- (Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- ingress
Ips DeploymentIngress Ip[] - List of ingress IP addresses from where the GoldenGate deployment connects to this connection's privateIp. Customers may optionally set up ingress security rules to restrict traffic from these IP addresses.
- is
Auto booleanScaling Enabled - (Updatable) Indicates if auto scaling is enabled for the Deployment's CPU core count.
- is
Healthy boolean - True if all of the aggregate resources are working correctly.
- is
Latest booleanVersion - Indicates if the resource is the the latest available version.
- is
Lock booleanOverride - is
Public boolean - (Updatable) True if this object is publicly available.
- is
Storage booleanUtilization 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.
- license
Model string - (Updatable) The Oracle license model that applies to a Deployment.
- lifecycle
Details string - 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.
- lifecycle
Sub stringState - Possible GGS lifecycle sub-states.
- load
Balancer stringId - The OCID of the loadbalancer in the customer's subnet. The loadbalancer of the public deployment created in the customer subnet.
- load
Balancer stringSubnet Id - The OCID of a public subnet in the customer tenancy. Can be provided only for public deployments. If provided, the loadbalancer will be created in this subnet instead of the service tenancy. For backward compatiblity this is an optional property for now, but it will become mandatory (for public deployments only) after October 1, 2024.
- locks
Deployment
Lock[] - Locks associated with this resource.
- maintenance
Configuration DeploymentMaintenance Configuration - (Updatable) Defines the maintenance configuration for create operation.
- maintenance
Window DeploymentMaintenance Window - (Updatable) Defines the maintenance window for create operation, when automatic actions can be performed.
- next
Maintenance stringAction Type - Type of the next maintenance.
- next
Maintenance stringDescription - Description of the next maintenance.
- nsg
Ids string[] - (Updatable) An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.
- ogg
Data DeploymentOgg Data - (Updatable) Deployment Data for creating an OggDeployment
- private
Ip stringAddress - The private IP address in the customer's VCN representing the access point for the associated endpoint service in the GoldenGate service VCN.
- public
Ip stringAddress - The public IP address representing the access point for the Deployment.
- state string
- storage
Utilization stringIn Bytes - The amount of storage being utilized (in bytes)
- subnet
Id string - (Updatable) The OCID of the subnet of the deployment's private endpoint. The subnet must be a private subnet. For backward compatibility, public subnets are allowed until May 31 2025, after which the private subnet will be enforced.
- {[key: string]: string}
- 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. Example:
{orcl-cloud: {free-tier-retain: true}}
- time
Created string - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Of stringNext Maintenance - The time of next maintenance schedule. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Ogg stringVersion Supported Until - The time until OGG version is supported. After this date has passed OGG version will not be available anymore. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Updated string - The time the resource was last updated. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Upgrade stringRequired - Note: Deprecated: Use timeOfNextMaintenance instead, or related upgrade records to check, when deployment will be forced to upgrade to a newer version. Old description: The date the existing version in use will no longer be considered as usable and an upgrade will be required. This date is typically 6 months after the version was released for use by GGS. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- compartment_
id str - (Updatable) The OCID of the compartment being referenced.
- cpu_
core_ intcount - (Updatable) The Minimum number of OCPUs to be made available for this Deployment.
- Mapping[str, str]
- (Updatable) Tags defined for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- deployment_
backup_ strid - The OCID of the backup being referenced.
- deployment_
diagnostic_ Sequence[goldengate.datas Deployment Deployment Diagnostic Data Args] - Information regarding the deployment diagnostic collection
- deployment_
type str - The type of deployment, which can be any one of the Allowed values. NOTE: Use of the value 'OGG' is maintained for backward compatibility purposes. Its use is discouraged in favor of 'DATABASE_ORACLE'.
- deployment_
url str - The URL of a resource.
- description str
- (Updatable) Metadata about this specific object.
- display_
name str - (Updatable) An object's Display Name.
- fqdn str
- (Updatable) A three-label Fully Qualified Domain Name (FQDN) for a resource.
- Mapping[str, str]
- (Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- ingress_
ips Sequence[goldengate.Deployment Ingress Ip Args] - List of ingress IP addresses from where the GoldenGate deployment connects to this connection's privateIp. Customers may optionally set up ingress security rules to restrict traffic from these IP addresses.
- is_
auto_ boolscaling_ enabled - (Updatable) Indicates if auto scaling is enabled for the Deployment's CPU core count.
- is_
healthy bool - True if all of the aggregate resources are working correctly.
- is_
latest_ boolversion - Indicates if the resource is the the latest available version.
- is_
lock_ booloverride - is_
public bool - (Updatable) True if this object is publicly available.
- is_
storage_ boolutilization_ 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.
- license_
model str - (Updatable) The Oracle license model that applies to a Deployment.
- lifecycle_
details str - 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.
- lifecycle_
sub_ strstate - Possible GGS lifecycle sub-states.
- load_
balancer_ strid - The OCID of the loadbalancer in the customer's subnet. The loadbalancer of the public deployment created in the customer subnet.
- load_
balancer_ strsubnet_ id - The OCID of a public subnet in the customer tenancy. Can be provided only for public deployments. If provided, the loadbalancer will be created in this subnet instead of the service tenancy. For backward compatiblity this is an optional property for now, but it will become mandatory (for public deployments only) after October 1, 2024.
- locks
Sequence[goldengate.
Deployment Lock Args] - Locks associated with this resource.
- maintenance_
configuration goldengate.Deployment Maintenance Configuration Args - (Updatable) Defines the maintenance configuration for create operation.
- maintenance_
window goldengate.Deployment Maintenance Window Args - (Updatable) Defines the maintenance window for create operation, when automatic actions can be performed.
- next_
maintenance_ straction_ type - Type of the next maintenance.
- next_
maintenance_ strdescription - Description of the next maintenance.
- nsg_
ids Sequence[str] - (Updatable) An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.
- ogg_
data goldengate.Deployment Ogg Data Args - (Updatable) Deployment Data for creating an OggDeployment
- private_
ip_ straddress - The private IP address in the customer's VCN representing the access point for the associated endpoint service in the GoldenGate service VCN.
- public_
ip_ straddress - The public IP address representing the access point for the Deployment.
- state str
- storage_
utilization_ strin_ bytes - The amount of storage being utilized (in bytes)
- subnet_
id str - (Updatable) The OCID of the subnet of the deployment's private endpoint. The subnet must be a private subnet. For backward compatibility, public subnets are allowed until May 31 2025, after which the private subnet will be enforced.
- Mapping[str, str]
- 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. Example:
{orcl-cloud: {free-tier-retain: true}}
- time_
created str - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time_
of_ strnext_ maintenance - The time of next maintenance schedule. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time_
ogg_ strversion_ supported_ until - The time until OGG version is supported. After this date has passed OGG version will not be available anymore. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time_
updated str - The time the resource was last updated. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time_
upgrade_ strrequired - Note: Deprecated: Use timeOfNextMaintenance instead, or related upgrade records to check, when deployment will be forced to upgrade to a newer version. Old description: The date the existing version in use will no longer be considered as usable and an upgrade will be required. This date is typically 6 months after the version was released for use by GGS. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- compartment
Id String - (Updatable) The OCID of the compartment being referenced.
- cpu
Core NumberCount - (Updatable) The Minimum number of OCPUs to be made available for this Deployment.
- Map<String>
- (Updatable) Tags defined for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- deployment
Backup StringId - The OCID of the backup being referenced.
- deployment
Diagnostic List<Property Map>Datas - Information regarding the deployment diagnostic collection
- deployment
Type String - The type of deployment, which can be any one of the Allowed values. NOTE: Use of the value 'OGG' is maintained for backward compatibility purposes. Its use is discouraged in favor of 'DATABASE_ORACLE'.
- deployment
Url String - The URL of a resource.
- description String
- (Updatable) Metadata about this specific object.
- display
Name String - (Updatable) An object's Display Name.
- fqdn String
- (Updatable) A three-label Fully Qualified Domain Name (FQDN) for a resource.
- Map<String>
- (Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- ingress
Ips List<Property Map> - List of ingress IP addresses from where the GoldenGate deployment connects to this connection's privateIp. Customers may optionally set up ingress security rules to restrict traffic from these IP addresses.
- is
Auto BooleanScaling Enabled - (Updatable) Indicates if auto scaling is enabled for the Deployment's CPU core count.
- is
Healthy Boolean - True if all of the aggregate resources are working correctly.
- is
Latest BooleanVersion - Indicates if the resource is the the latest available version.
- is
Lock BooleanOverride - is
Public Boolean - (Updatable) True if this object is publicly available.
- is
Storage BooleanUtilization 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.
- license
Model String - (Updatable) The Oracle license model that applies to a Deployment.
- lifecycle
Details String - 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.
- lifecycle
Sub StringState - Possible GGS lifecycle sub-states.
- load
Balancer StringId - The OCID of the loadbalancer in the customer's subnet. The loadbalancer of the public deployment created in the customer subnet.
- load
Balancer StringSubnet Id - The OCID of a public subnet in the customer tenancy. Can be provided only for public deployments. If provided, the loadbalancer will be created in this subnet instead of the service tenancy. For backward compatiblity this is an optional property for now, but it will become mandatory (for public deployments only) after October 1, 2024.
- locks List<Property Map>
- Locks associated with this resource.
- maintenance
Configuration Property Map - (Updatable) Defines the maintenance configuration for create operation.
- maintenance
Window Property Map - (Updatable) Defines the maintenance window for create operation, when automatic actions can be performed.
- next
Maintenance StringAction Type - Type of the next maintenance.
- next
Maintenance StringDescription - Description of the next maintenance.
- nsg
Ids List<String> - (Updatable) An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.
- ogg
Data Property Map - (Updatable) Deployment Data for creating an OggDeployment
- private
Ip StringAddress - The private IP address in the customer's VCN representing the access point for the associated endpoint service in the GoldenGate service VCN.
- public
Ip StringAddress - The public IP address representing the access point for the Deployment.
- state String
- storage
Utilization StringIn Bytes - The amount of storage being utilized (in bytes)
- subnet
Id String - (Updatable) The OCID of the subnet of the deployment's private endpoint. The subnet must be a private subnet. For backward compatibility, public subnets are allowed until May 31 2025, after which the private subnet will be enforced.
- Map<String>
- 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. Example:
{orcl-cloud: {free-tier-retain: true}}
- time
Created String - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Of StringNext Maintenance - The time of next maintenance schedule. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Ogg StringVersion Supported Until - The time until OGG version is supported. After this date has passed OGG version will not be available anymore. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Updated String - The time the resource was last updated. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Upgrade StringRequired - Note: Deprecated: Use timeOfNextMaintenance instead, or related upgrade records to check, when deployment will be forced to upgrade to a newer version. Old description: The date the existing version in use will no longer be considered as usable and an upgrade will be required. This date is typically 6 months after the version was released for use by GGS. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
Supporting Types
DeploymentDeploymentDiagnosticData, DeploymentDeploymentDiagnosticDataArgs
- Bucket string
- Name of the bucket where the object is to be uploaded in the object storage
- Diagnostic
State string - The state of the deployment diagnostic collection.
- Namespace string
- Name of namespace that serves as a container for all of your buckets
- Object string
- Name of the diagnostic collected and uploaded to object storage
- Time
Diagnostic stringEnd - The time until which the diagnostic collection should collect the logs. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Diagnostic stringStart - The time from which the diagnostic collection should collect the logs. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- Bucket string
- Name of the bucket where the object is to be uploaded in the object storage
- Diagnostic
State string - The state of the deployment diagnostic collection.
- Namespace string
- Name of namespace that serves as a container for all of your buckets
- Object string
- Name of the diagnostic collected and uploaded to object storage
- Time
Diagnostic stringEnd - The time until which the diagnostic collection should collect the logs. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Diagnostic stringStart - The time from which the diagnostic collection should collect the logs. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- bucket String
- Name of the bucket where the object is to be uploaded in the object storage
- diagnostic
State String - The state of the deployment diagnostic collection.
- namespace String
- Name of namespace that serves as a container for all of your buckets
- object String
- Name of the diagnostic collected and uploaded to object storage
- time
Diagnostic StringEnd - The time until which the diagnostic collection should collect the logs. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Diagnostic StringStart - The time from which the diagnostic collection should collect the logs. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- bucket string
- Name of the bucket where the object is to be uploaded in the object storage
- diagnostic
State string - The state of the deployment diagnostic collection.
- namespace string
- Name of namespace that serves as a container for all of your buckets
- object string
- Name of the diagnostic collected and uploaded to object storage
- time
Diagnostic stringEnd - The time until which the diagnostic collection should collect the logs. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Diagnostic stringStart - The time from which the diagnostic collection should collect the logs. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- bucket str
- Name of the bucket where the object is to be uploaded in the object storage
- diagnostic_
state str - The state of the deployment diagnostic collection.
- namespace str
- Name of namespace that serves as a container for all of your buckets
- object str
- Name of the diagnostic collected and uploaded to object storage
- time_
diagnostic_ strend - The time until which the diagnostic collection should collect the logs. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time_
diagnostic_ strstart - The time from which the diagnostic collection should collect the logs. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- bucket String
- Name of the bucket where the object is to be uploaded in the object storage
- diagnostic
State String - The state of the deployment diagnostic collection.
- namespace String
- Name of namespace that serves as a container for all of your buckets
- object String
- Name of the diagnostic collected and uploaded to object storage
- time
Diagnostic StringEnd - The time until which the diagnostic collection should collect the logs. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Diagnostic StringStart - The time from which the diagnostic collection should collect the logs. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
DeploymentIngressIp, DeploymentIngressIpArgs
- Ingress
Ip string - A Private Endpoint IPv4 or IPv6 Address created in the customer's subnet.
- Ingress
Ip string - A Private Endpoint IPv4 or IPv6 Address created in the customer's subnet.
- ingress
Ip String - A Private Endpoint IPv4 or IPv6 Address created in the customer's subnet.
- ingress
Ip string - A Private Endpoint IPv4 or IPv6 Address created in the customer's subnet.
- ingress_
ip str - A Private Endpoint IPv4 or IPv6 Address created in the customer's subnet.
- ingress
Ip String - A Private Endpoint IPv4 or IPv6 Address created in the customer's subnet.
DeploymentLock, DeploymentLockArgs
- Type string
- Type of the lock.
- Message string
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- string
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- Time
Created string - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- Type string
- Type of the lock.
- Message string
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- string
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- Time
Created string - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- type String
- Type of the lock.
- message String
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- String
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- time
Created String - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- type string
- Type of the lock.
- message string
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- string
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- time
Created string - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- type str
- Type of the lock.
- message str
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- str
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- time_
created str - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- type String
- Type of the lock.
- message String
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- String
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- time
Created String - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
DeploymentMaintenanceConfiguration, DeploymentMaintenanceConfigurationArgs
- Bundle
Release intUpgrade Period In Days - (Updatable) Defines auto upgrade period for bundle releases. Manually configured period cannot be longer than service defined period for bundle releases. This period must be shorter or equal to major release upgrade period. Not passing this field during create will equate to using the service default.
- Interim
Release intUpgrade Period In Days - (Updatable) Defines auto upgrade period for interim releases. This period must be shorter or equal to bundle release upgrade period.
- Is
Interim boolRelease Auto Upgrade Enabled - (Updatable) By default auto upgrade for interim releases are not enabled. If auto-upgrade is enabled for interim release, you have to specify interimReleaseUpgradePeriodInDays too.
- Major
Release intUpgrade Period In Days - (Updatable) Defines auto upgrade period for major releases. Manually configured period cannot be longer than service defined period for major releases. Not passing this field during create will equate to using the service default.
- Security
Patch intUpgrade Period In Days - (Updatable) Defines auto upgrade period for releases with security fix. Manually configured period cannot be longer than service defined period for security releases. Not passing this field during create will equate to using the service default.
- Bundle
Release intUpgrade Period In Days - (Updatable) Defines auto upgrade period for bundle releases. Manually configured period cannot be longer than service defined period for bundle releases. This period must be shorter or equal to major release upgrade period. Not passing this field during create will equate to using the service default.
- Interim
Release intUpgrade Period In Days - (Updatable) Defines auto upgrade period for interim releases. This period must be shorter or equal to bundle release upgrade period.
- Is
Interim boolRelease Auto Upgrade Enabled - (Updatable) By default auto upgrade for interim releases are not enabled. If auto-upgrade is enabled for interim release, you have to specify interimReleaseUpgradePeriodInDays too.
- Major
Release intUpgrade Period In Days - (Updatable) Defines auto upgrade period for major releases. Manually configured period cannot be longer than service defined period for major releases. Not passing this field during create will equate to using the service default.
- Security
Patch intUpgrade Period In Days - (Updatable) Defines auto upgrade period for releases with security fix. Manually configured period cannot be longer than service defined period for security releases. Not passing this field during create will equate to using the service default.
- bundle
Release IntegerUpgrade Period In Days - (Updatable) Defines auto upgrade period for bundle releases. Manually configured period cannot be longer than service defined period for bundle releases. This period must be shorter or equal to major release upgrade period. Not passing this field during create will equate to using the service default.
- interim
Release IntegerUpgrade Period In Days - (Updatable) Defines auto upgrade period for interim releases. This period must be shorter or equal to bundle release upgrade period.
- is
Interim BooleanRelease Auto Upgrade Enabled - (Updatable) By default auto upgrade for interim releases are not enabled. If auto-upgrade is enabled for interim release, you have to specify interimReleaseUpgradePeriodInDays too.
- major
Release IntegerUpgrade Period In Days - (Updatable) Defines auto upgrade period for major releases. Manually configured period cannot be longer than service defined period for major releases. Not passing this field during create will equate to using the service default.
- security
Patch IntegerUpgrade Period In Days - (Updatable) Defines auto upgrade period for releases with security fix. Manually configured period cannot be longer than service defined period for security releases. Not passing this field during create will equate to using the service default.
- bundle
Release numberUpgrade Period In Days - (Updatable) Defines auto upgrade period for bundle releases. Manually configured period cannot be longer than service defined period for bundle releases. This period must be shorter or equal to major release upgrade period. Not passing this field during create will equate to using the service default.
- interim
Release numberUpgrade Period In Days - (Updatable) Defines auto upgrade period for interim releases. This period must be shorter or equal to bundle release upgrade period.
- is
Interim booleanRelease Auto Upgrade Enabled - (Updatable) By default auto upgrade for interim releases are not enabled. If auto-upgrade is enabled for interim release, you have to specify interimReleaseUpgradePeriodInDays too.
- major
Release numberUpgrade Period In Days - (Updatable) Defines auto upgrade period for major releases. Manually configured period cannot be longer than service defined period for major releases. Not passing this field during create will equate to using the service default.
- security
Patch numberUpgrade Period In Days - (Updatable) Defines auto upgrade period for releases with security fix. Manually configured period cannot be longer than service defined period for security releases. Not passing this field during create will equate to using the service default.
- bundle_
release_ intupgrade_ period_ in_ days - (Updatable) Defines auto upgrade period for bundle releases. Manually configured period cannot be longer than service defined period for bundle releases. This period must be shorter or equal to major release upgrade period. Not passing this field during create will equate to using the service default.
- interim_
release_ intupgrade_ period_ in_ days - (Updatable) Defines auto upgrade period for interim releases. This period must be shorter or equal to bundle release upgrade period.
- is_
interim_ boolrelease_ auto_ upgrade_ enabled - (Updatable) By default auto upgrade for interim releases are not enabled. If auto-upgrade is enabled for interim release, you have to specify interimReleaseUpgradePeriodInDays too.
- major_
release_ intupgrade_ period_ in_ days - (Updatable) Defines auto upgrade period for major releases. Manually configured period cannot be longer than service defined period for major releases. Not passing this field during create will equate to using the service default.
- security_
patch_ intupgrade_ period_ in_ days - (Updatable) Defines auto upgrade period for releases with security fix. Manually configured period cannot be longer than service defined period for security releases. Not passing this field during create will equate to using the service default.
- bundle
Release NumberUpgrade Period In Days - (Updatable) Defines auto upgrade period for bundle releases. Manually configured period cannot be longer than service defined period for bundle releases. This period must be shorter or equal to major release upgrade period. Not passing this field during create will equate to using the service default.
- interim
Release NumberUpgrade Period In Days - (Updatable) Defines auto upgrade period for interim releases. This period must be shorter or equal to bundle release upgrade period.
- is
Interim BooleanRelease Auto Upgrade Enabled - (Updatable) By default auto upgrade for interim releases are not enabled. If auto-upgrade is enabled for interim release, you have to specify interimReleaseUpgradePeriodInDays too.
- major
Release NumberUpgrade Period In Days - (Updatable) Defines auto upgrade period for major releases. Manually configured period cannot be longer than service defined period for major releases. Not passing this field during create will equate to using the service default.
- security
Patch NumberUpgrade Period In Days - (Updatable) Defines auto upgrade period for releases with security fix. Manually configured period cannot be longer than service defined period for security releases. Not passing this field during create will equate to using the service default.
DeploymentMaintenanceWindow, DeploymentMaintenanceWindowArgs
- day str
- (Updatable) Days of the week.
- start_
hour int - (Updatable) Start hour for maintenance period. Hour is in UTC.
DeploymentOggData, DeploymentOggDataArgs
- Deployment
Name string - The name given to the GoldenGate service deployment. The name must be 1 to 32 characters long, must contain only alphanumeric characters and must start with a letter.
- Admin
Password string - (Updatable) The password associated with the GoldenGate deployment console username. The password must be 8 to 30 characters long and must contain at least 1 uppercase, 1 lowercase, 1 numeric, and 1 special character. Special characters such as ‘$’, ‘^’, or ‘?’ are not allowed. This field will be deprecated and replaced by "passwordSecretId".
- Admin
Username string - (Updatable) The GoldenGate deployment console username.
- Certificate string
- (Updatable) The base64 encoded content of the PEM file containing the SSL certificate.
- Credential
Store string - (Updatable) The type of credential store for OGG.
- Identity
Domain stringId - (Updatable) The OCID of the Identity Domain when IAM credential store is used.
- Key string
- (Updatable) The base64 encoded content of the PEM file containing the private key.
- Ogg
Version string - Version of OGG
- Password
Secret stringId - (Updatable) The OCID of the Secret where the deployment password is stored.
- Deployment
Name string - The name given to the GoldenGate service deployment. The name must be 1 to 32 characters long, must contain only alphanumeric characters and must start with a letter.
- Admin
Password string - (Updatable) The password associated with the GoldenGate deployment console username. The password must be 8 to 30 characters long and must contain at least 1 uppercase, 1 lowercase, 1 numeric, and 1 special character. Special characters such as ‘$’, ‘^’, or ‘?’ are not allowed. This field will be deprecated and replaced by "passwordSecretId".
- Admin
Username string - (Updatable) The GoldenGate deployment console username.
- Certificate string
- (Updatable) The base64 encoded content of the PEM file containing the SSL certificate.
- Credential
Store string - (Updatable) The type of credential store for OGG.
- Identity
Domain stringId - (Updatable) The OCID of the Identity Domain when IAM credential store is used.
- Key string
- (Updatable) The base64 encoded content of the PEM file containing the private key.
- Ogg
Version string - Version of OGG
- Password
Secret stringId - (Updatable) The OCID of the Secret where the deployment password is stored.
- deployment
Name String - The name given to the GoldenGate service deployment. The name must be 1 to 32 characters long, must contain only alphanumeric characters and must start with a letter.
- admin
Password String - (Updatable) The password associated with the GoldenGate deployment console username. The password must be 8 to 30 characters long and must contain at least 1 uppercase, 1 lowercase, 1 numeric, and 1 special character. Special characters such as ‘$’, ‘^’, or ‘?’ are not allowed. This field will be deprecated and replaced by "passwordSecretId".
- admin
Username String - (Updatable) The GoldenGate deployment console username.
- certificate String
- (Updatable) The base64 encoded content of the PEM file containing the SSL certificate.
- credential
Store String - (Updatable) The type of credential store for OGG.
- identity
Domain StringId - (Updatable) The OCID of the Identity Domain when IAM credential store is used.
- key String
- (Updatable) The base64 encoded content of the PEM file containing the private key.
- ogg
Version String - Version of OGG
- password
Secret StringId - (Updatable) The OCID of the Secret where the deployment password is stored.
- deployment
Name string - The name given to the GoldenGate service deployment. The name must be 1 to 32 characters long, must contain only alphanumeric characters and must start with a letter.
- admin
Password string - (Updatable) The password associated with the GoldenGate deployment console username. The password must be 8 to 30 characters long and must contain at least 1 uppercase, 1 lowercase, 1 numeric, and 1 special character. Special characters such as ‘$’, ‘^’, or ‘?’ are not allowed. This field will be deprecated and replaced by "passwordSecretId".
- admin
Username string - (Updatable) The GoldenGate deployment console username.
- certificate string
- (Updatable) The base64 encoded content of the PEM file containing the SSL certificate.
- credential
Store string - (Updatable) The type of credential store for OGG.
- identity
Domain stringId - (Updatable) The OCID of the Identity Domain when IAM credential store is used.
- key string
- (Updatable) The base64 encoded content of the PEM file containing the private key.
- ogg
Version string - Version of OGG
- password
Secret stringId - (Updatable) The OCID of the Secret where the deployment password is stored.
- deployment_
name str - The name given to the GoldenGate service deployment. The name must be 1 to 32 characters long, must contain only alphanumeric characters and must start with a letter.
- admin_
password str - (Updatable) The password associated with the GoldenGate deployment console username. The password must be 8 to 30 characters long and must contain at least 1 uppercase, 1 lowercase, 1 numeric, and 1 special character. Special characters such as ‘$’, ‘^’, or ‘?’ are not allowed. This field will be deprecated and replaced by "passwordSecretId".
- admin_
username str - (Updatable) The GoldenGate deployment console username.
- certificate str
- (Updatable) The base64 encoded content of the PEM file containing the SSL certificate.
- credential_
store str - (Updatable) The type of credential store for OGG.
- identity_
domain_ strid - (Updatable) The OCID of the Identity Domain when IAM credential store is used.
- key str
- (Updatable) The base64 encoded content of the PEM file containing the private key.
- ogg_
version str - Version of OGG
- password_
secret_ strid - (Updatable) The OCID of the Secret where the deployment password is stored.
- deployment
Name String - The name given to the GoldenGate service deployment. The name must be 1 to 32 characters long, must contain only alphanumeric characters and must start with a letter.
- admin
Password String - (Updatable) The password associated with the GoldenGate deployment console username. The password must be 8 to 30 characters long and must contain at least 1 uppercase, 1 lowercase, 1 numeric, and 1 special character. Special characters such as ‘$’, ‘^’, or ‘?’ are not allowed. This field will be deprecated and replaced by "passwordSecretId".
- admin
Username String - (Updatable) The GoldenGate deployment console username.
- certificate String
- (Updatable) The base64 encoded content of the PEM file containing the SSL certificate.
- credential
Store String - (Updatable) The type of credential store for OGG.
- identity
Domain StringId - (Updatable) The OCID of the Identity Domain when IAM credential store is used.
- key String
- (Updatable) The base64 encoded content of the PEM file containing the private key.
- ogg
Version String - Version of OGG
- password
Secret StringId - (Updatable) The OCID of the Secret where the deployment password is stored.
Import
Deployments can be imported using the id
, e.g.
$ pulumi import oci:GoldenGate/deployment:Deployment test_deployment "id"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.