import * as pulumi from "@pulumi/pulumi"; import * as inputs from "../types/input"; import * as outputs from "../types/output"; /** * This resource provides the Deployment resource in Oracle Cloud Infrastructure Golden Gate service. * Api doc link for the resource: https://docs.oracle.com/iaas/api/#/en/goldengate/latest/Deployment * * Example terraform configs related to the resource : https://github.com/oracle/terraform-provider-oci/tree/master/examples/goldengate * * Creates a new Deployment. * * ## Import * * Deployments can be imported using the `id`, e.g. * * ```sh * $ pulumi import oci:GoldenGate/deployment:Deployment test_deployment "id" * ``` */ export declare class Deployment extends pulumi.CustomResource { /** * Get an existing Deployment resource's state with the given name, ID, and optional extra * properties used to qualify the lookup. * * @param name The _unique_ name of the resulting resource. * @param id The _unique_ provider ID of the resource to lookup. * @param state Any extra arguments used during the lookup. * @param opts Optional settings to control the behavior of the CustomResource. */ static get(name: string, id: pulumi.Input, state?: DeploymentState, opts?: pulumi.CustomResourceOptions): Deployment; /** * Returns true if the given object is an instance of Deployment. This is designed to work even * when multiple copies of the Pulumi SDK have been loaded into the same process. */ static isInstance(obj: any): obj is Deployment; /** * The availability domain of a placement. */ readonly availabilityDomain: pulumi.Output; /** * (Updatable) Defines the backup schedule details for create operation. */ readonly backupSchedule: pulumi.Output; /** * (Updatable) The maximum number of CPUs allowed with a 'Bring Your Own License' (BYOL) license type. Any CPU usage above this limit is considered as License Included and billed. */ readonly byolCpuCoreCountLimit: pulumi.Output; /** * The deployment category defines the broad separation of the deployment type into three categories. Currently the separation is 'DATA_REPLICATION', 'STREAM_ANALYTICS' and 'DATA_TRANSFORMS'. */ readonly category: pulumi.Output; /** * The OCID(https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group for the resource. Only applicable for multicloud subscriptions. The cluster placement group id must be provided when a multicloud subscription id is provided. Otherwise the cluster placement group must not be provided. */ readonly clusterPlacementGroupId: pulumi.Output; /** * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment being referenced. */ readonly compartmentId: pulumi.Output; /** * (Updatable) The Minimum number of OCPUs to be made available for this Deployment. */ readonly cpuCoreCount: pulumi.Output; /** * (Updatable) Tags defined for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}` */ readonly definedTags: pulumi.Output<{ [key: string]: string; }>; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup being referenced. */ readonly deploymentBackupId: pulumi.Output; /** * Information regarding the deployment diagnostic collection */ readonly deploymentDiagnosticDatas: pulumi.Output; /** * The type of the deployment role. */ readonly deploymentRole: pulumi.Output; /** * 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'. */ readonly deploymentType: pulumi.Output; /** * The URL of a resource. */ readonly deploymentUrl: pulumi.Output; /** * (Updatable) Metadata about this specific object. */ readonly description: pulumi.Output; /** * Indicates if disaster recovery is enabled for a deployment. If not specified, disaster recovery is ENABLED when no clusterPlacementGroupId is provided, and DISABLED when a clusterPlacementGroupId is provided. */ readonly disasterRecoveryStatus: pulumi.Output; /** * (Updatable) An object's Display Name. */ readonly displayName: pulumi.Output; /** * (Updatable) Specifies whether the deployment is used in a production or development/testing environment. */ readonly environmentType: pulumi.Output; /** * The fault domain of a placement. */ readonly faultDomain: pulumi.Output; /** * (Updatable) A three-label Fully Qualified Domain Name (FQDN) for a resource. */ readonly fqdn: pulumi.Output; /** * (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"}` */ readonly freeformTags: pulumi.Output<{ [key: string]: string; }>; /** * 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. */ readonly ingressIps: pulumi.Output; /** * (Updatable) Indicates if auto scaling is enabled for the Deployment's CPU core count. */ readonly isAutoScalingEnabled: pulumi.Output; /** * (Updatable) Flag to allow to configure the 'Bring Your Own License' (BYOL) license type CPU limit. If enabled, the exact number of CPUs must be provided via byolCpuCoreCountLimit. */ readonly isByolCpuCoreCountLimitEnabled: pulumi.Output; /** * True if all of the aggregate resources are working correctly. */ readonly isHealthy: pulumi.Output; /** * Indicates if the resource is the the latest available version. */ readonly isLatestVersion: pulumi.Output; readonly isLockOverride: pulumi.Output; /** * (Updatable) True if this object is publicly available. */ readonly isPublic: pulumi.Output; /** * Deprecated: This field is not updated and will be removed in future versions. If storage utilization exceeds the limit, the respective warning message will appear in deployment messages, which can be accessed through /messages?deploymentId=. 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. * * @deprecated The 'is_storage_utilization_limit_exceeded' field has been deprecated. It is no longer supported. */ readonly isStorageUtilizationLimitExceeded: pulumi.Output; /** * (Updatable) The Oracle license model that applies to a Deployment. */ readonly licenseModel: pulumi.Output; /** * 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. */ readonly lifecycleDetails: pulumi.Output; /** * Possible GGS lifecycle sub-states. */ readonly lifecycleSubState: pulumi.Output; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the loadbalancer in the customer's subnet. The loadbalancer of the public deployment created in the customer subnet. */ readonly loadBalancerId: pulumi.Output; /** * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a public subnet in the customer tenancy used to host the public load balancer of the deployment. * * Rules: * * Create: Mandatory when isPublic is true. Must be a public, regional subnet in the same VCN as subnetId. * * Update: * * For public deployments, this property must be present and is immutable once set (cannot be changed to a different subnet). * * Legacy exception: a public deployment created without this property may continue to be updated without providing it; once set, it becomes immutable. * * Validation: * * Must reference a public subnet. * * Must be a regional subnet. * * Must be in the same VCN as subnetId. */ readonly loadBalancerSubnetId: pulumi.Output; /** * Locks associated with this resource. */ readonly locks: pulumi.Output; /** * (Updatable) Defines the maintenance configuration for create operation. */ readonly maintenanceConfiguration: pulumi.Output; /** * (Updatable) Defines the maintenance window for create operation, when automatic actions can be performed. */ readonly maintenanceWindow: pulumi.Output; /** * Type of the next maintenance. */ readonly nextMaintenanceActionType: pulumi.Output; /** * Description of the next maintenance. */ readonly nextMaintenanceDescription: pulumi.Output; /** * (Updatable) An array of Network Security Group OCIDs used to define network access for either Deployments or Connections. */ readonly nsgIds: pulumi.Output; /** * (Updatable) Deployment Data for creating an OggDeployment */ readonly oggData: pulumi.Output; /** * (Updatable) An array of local peers of deployment */ readonly placements: pulumi.Output; /** * The private IP address in the customer's VCN representing the access point for the associated endpoint service in the GoldenGate service VCN. */ readonly privateIpAddress: pulumi.Output; /** * The public IP address representing the access point for the Deployment. */ readonly publicIpAddress: pulumi.Output; /** * (Updatable) Security attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}}` */ readonly securityAttributes: pulumi.Output<{ [key: string]: string; }>; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the deployment being referenced. */ readonly sourceDeploymentId: pulumi.Output; /** * Possible lifecycle states for a Deployment. */ readonly state: pulumi.Output; /** * The amount of storage being utilized (in bytes) */ readonly storageUtilizationInBytes: pulumi.Output; /** * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) 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. */ readonly subnetId: pulumi.Output; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with. * * ** IMPORTANT ** * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values */ readonly subscriptionId: pulumi.Output; /** * The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{orcl-cloud: {free-tier-retain: true}}` */ readonly systemTags: pulumi.Output<{ [key: string]: string; }>; /** * The time the resource was created. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`. */ readonly timeCreated: pulumi.Output; /** * The timestamp of last deployment backup scheduled. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2024-10-25T18:19:29.600Z`. */ readonly timeLastBackupScheduled: pulumi.Output; /** * The timestamp of next deployment backup scheduled. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2024-10-26T20:19:29.600Z`. */ readonly timeNextBackupScheduled: pulumi.Output; /** * The time of next maintenance schedule. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`. */ readonly timeOfNextMaintenance: pulumi.Output; /** * 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](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`. */ readonly timeOggVersionSupportedUntil: pulumi.Output; /** * The time of the last role change. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`. */ readonly timeRoleChanged: pulumi.Output; /** * The time the resource was last updated. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`. */ readonly timeUpdated: pulumi.Output; /** * Create a Deployment resource with the given unique name, arguments, and options. * * @param name The _unique_ name of the resource. * @param args The arguments to use to populate this resource's properties. * @param opts A bag of options that control this resource's behavior. */ constructor(name: string, args: DeploymentArgs, opts?: pulumi.CustomResourceOptions); } /** * Input properties used for looking up and filtering Deployment resources. */ export interface DeploymentState { /** * The availability domain of a placement. */ availabilityDomain?: pulumi.Input; /** * (Updatable) Defines the backup schedule details for create operation. */ backupSchedule?: pulumi.Input; /** * (Updatable) The maximum number of CPUs allowed with a 'Bring Your Own License' (BYOL) license type. Any CPU usage above this limit is considered as License Included and billed. */ byolCpuCoreCountLimit?: pulumi.Input; /** * The deployment category defines the broad separation of the deployment type into three categories. Currently the separation is 'DATA_REPLICATION', 'STREAM_ANALYTICS' and 'DATA_TRANSFORMS'. */ category?: pulumi.Input; /** * The OCID(https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group for the resource. Only applicable for multicloud subscriptions. The cluster placement group id must be provided when a multicloud subscription id is provided. Otherwise the cluster placement group must not be provided. */ clusterPlacementGroupId?: pulumi.Input; /** * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment being referenced. */ compartmentId?: pulumi.Input; /** * (Updatable) The Minimum number of OCPUs to be made available for this Deployment. */ cpuCoreCount?: pulumi.Input; /** * (Updatable) Tags defined for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}` */ definedTags?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup being referenced. */ deploymentBackupId?: pulumi.Input; /** * Information regarding the deployment diagnostic collection */ deploymentDiagnosticDatas?: pulumi.Input[] | undefined>; /** * The type of the deployment role. */ deploymentRole?: pulumi.Input; /** * 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'. */ deploymentType?: pulumi.Input; /** * The URL of a resource. */ deploymentUrl?: pulumi.Input; /** * (Updatable) Metadata about this specific object. */ description?: pulumi.Input; /** * Indicates if disaster recovery is enabled for a deployment. If not specified, disaster recovery is ENABLED when no clusterPlacementGroupId is provided, and DISABLED when a clusterPlacementGroupId is provided. */ disasterRecoveryStatus?: pulumi.Input; /** * (Updatable) An object's Display Name. */ displayName?: pulumi.Input; /** * (Updatable) Specifies whether the deployment is used in a production or development/testing environment. */ environmentType?: pulumi.Input; /** * The fault domain of a placement. */ faultDomain?: pulumi.Input; /** * (Updatable) A three-label Fully Qualified Domain Name (FQDN) for a resource. */ fqdn?: pulumi.Input; /** * (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"}` */ freeformTags?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * 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. */ ingressIps?: pulumi.Input[] | undefined>; /** * (Updatable) Indicates if auto scaling is enabled for the Deployment's CPU core count. */ isAutoScalingEnabled?: pulumi.Input; /** * (Updatable) Flag to allow to configure the 'Bring Your Own License' (BYOL) license type CPU limit. If enabled, the exact number of CPUs must be provided via byolCpuCoreCountLimit. */ isByolCpuCoreCountLimitEnabled?: pulumi.Input; /** * True if all of the aggregate resources are working correctly. */ isHealthy?: pulumi.Input; /** * Indicates if the resource is the the latest available version. */ isLatestVersion?: pulumi.Input; isLockOverride?: pulumi.Input; /** * (Updatable) True if this object is publicly available. */ isPublic?: pulumi.Input; /** * Deprecated: This field is not updated and will be removed in future versions. If storage utilization exceeds the limit, the respective warning message will appear in deployment messages, which can be accessed through /messages?deploymentId=. 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. * * @deprecated The 'is_storage_utilization_limit_exceeded' field has been deprecated. It is no longer supported. */ isStorageUtilizationLimitExceeded?: pulumi.Input; /** * (Updatable) The Oracle license model that applies to a Deployment. */ licenseModel?: pulumi.Input; /** * 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. */ lifecycleDetails?: pulumi.Input; /** * Possible GGS lifecycle sub-states. */ lifecycleSubState?: pulumi.Input; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the loadbalancer in the customer's subnet. The loadbalancer of the public deployment created in the customer subnet. */ loadBalancerId?: pulumi.Input; /** * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a public subnet in the customer tenancy used to host the public load balancer of the deployment. * * Rules: * * Create: Mandatory when isPublic is true. Must be a public, regional subnet in the same VCN as subnetId. * * Update: * * For public deployments, this property must be present and is immutable once set (cannot be changed to a different subnet). * * Legacy exception: a public deployment created without this property may continue to be updated without providing it; once set, it becomes immutable. * * Validation: * * Must reference a public subnet. * * Must be a regional subnet. * * Must be in the same VCN as subnetId. */ loadBalancerSubnetId?: pulumi.Input; /** * Locks associated with this resource. */ locks?: pulumi.Input[] | undefined>; /** * (Updatable) Defines the maintenance configuration for create operation. */ maintenanceConfiguration?: pulumi.Input; /** * (Updatable) Defines the maintenance window for create operation, when automatic actions can be performed. */ maintenanceWindow?: pulumi.Input; /** * Type of the next maintenance. */ nextMaintenanceActionType?: pulumi.Input; /** * Description of the next maintenance. */ nextMaintenanceDescription?: pulumi.Input; /** * (Updatable) An array of Network Security Group OCIDs used to define network access for either Deployments or Connections. */ nsgIds?: pulumi.Input[] | undefined>; /** * (Updatable) Deployment Data for creating an OggDeployment */ oggData?: pulumi.Input; /** * (Updatable) An array of local peers of deployment */ placements?: pulumi.Input[] | undefined>; /** * The private IP address in the customer's VCN representing the access point for the associated endpoint service in the GoldenGate service VCN. */ privateIpAddress?: pulumi.Input; /** * The public IP address representing the access point for the Deployment. */ publicIpAddress?: pulumi.Input; /** * (Updatable) Security attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}}` */ securityAttributes?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the deployment being referenced. */ sourceDeploymentId?: pulumi.Input; /** * Possible lifecycle states for a Deployment. */ state?: pulumi.Input; /** * The amount of storage being utilized (in bytes) */ storageUtilizationInBytes?: pulumi.Input; /** * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) 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. */ subnetId?: pulumi.Input; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with. * * ** IMPORTANT ** * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values */ subscriptionId?: pulumi.Input; /** * The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{orcl-cloud: {free-tier-retain: true}}` */ systemTags?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * The time the resource was created. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`. */ timeCreated?: pulumi.Input; /** * The timestamp of last deployment backup scheduled. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2024-10-25T18:19:29.600Z`. */ timeLastBackupScheduled?: pulumi.Input; /** * The timestamp of next deployment backup scheduled. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2024-10-26T20:19:29.600Z`. */ timeNextBackupScheduled?: pulumi.Input; /** * The time of next maintenance schedule. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`. */ timeOfNextMaintenance?: pulumi.Input; /** * 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](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`. */ timeOggVersionSupportedUntil?: pulumi.Input; /** * The time of the last role change. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`. */ timeRoleChanged?: pulumi.Input; /** * The time the resource was last updated. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`. */ timeUpdated?: pulumi.Input; } /** * The set of arguments for constructing a Deployment resource. */ export interface DeploymentArgs { /** * The availability domain of a placement. */ availabilityDomain?: pulumi.Input; /** * (Updatable) Defines the backup schedule details for create operation. */ backupSchedule?: pulumi.Input; /** * (Updatable) The maximum number of CPUs allowed with a 'Bring Your Own License' (BYOL) license type. Any CPU usage above this limit is considered as License Included and billed. */ byolCpuCoreCountLimit?: pulumi.Input; /** * The OCID(https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group for the resource. Only applicable for multicloud subscriptions. The cluster placement group id must be provided when a multicloud subscription id is provided. Otherwise the cluster placement group must not be provided. */ clusterPlacementGroupId?: pulumi.Input; /** * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment being referenced. */ compartmentId: pulumi.Input; /** * (Updatable) The Minimum number of OCPUs to be made available for this Deployment. */ cpuCoreCount?: pulumi.Input; /** * (Updatable) Tags defined for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}` */ definedTags?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup being referenced. */ deploymentBackupId?: pulumi.Input; /** * 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'. */ deploymentType?: pulumi.Input; /** * (Updatable) Metadata about this specific object. */ description?: pulumi.Input; /** * Indicates if disaster recovery is enabled for a deployment. If not specified, disaster recovery is ENABLED when no clusterPlacementGroupId is provided, and DISABLED when a clusterPlacementGroupId is provided. */ disasterRecoveryStatus?: pulumi.Input; /** * (Updatable) An object's Display Name. */ displayName: pulumi.Input; /** * (Updatable) Specifies whether the deployment is used in a production or development/testing environment. */ environmentType?: pulumi.Input; /** * The fault domain of a placement. */ faultDomain?: pulumi.Input; /** * (Updatable) A three-label Fully Qualified Domain Name (FQDN) for a resource. */ fqdn?: pulumi.Input; /** * (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"}` */ freeformTags?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * (Updatable) Indicates if auto scaling is enabled for the Deployment's CPU core count. */ isAutoScalingEnabled?: pulumi.Input; /** * (Updatable) Flag to allow to configure the 'Bring Your Own License' (BYOL) license type CPU limit. If enabled, the exact number of CPUs must be provided via byolCpuCoreCountLimit. */ isByolCpuCoreCountLimitEnabled?: pulumi.Input; isLockOverride?: pulumi.Input; /** * (Updatable) True if this object is publicly available. */ isPublic?: pulumi.Input; /** * (Updatable) The Oracle license model that applies to a Deployment. */ licenseModel?: pulumi.Input; /** * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a public subnet in the customer tenancy used to host the public load balancer of the deployment. * * Rules: * * Create: Mandatory when isPublic is true. Must be a public, regional subnet in the same VCN as subnetId. * * Update: * * For public deployments, this property must be present and is immutable once set (cannot be changed to a different subnet). * * Legacy exception: a public deployment created without this property may continue to be updated without providing it; once set, it becomes immutable. * * Validation: * * Must reference a public subnet. * * Must be a regional subnet. * * Must be in the same VCN as subnetId. */ loadBalancerSubnetId?: pulumi.Input; /** * Locks associated with this resource. */ locks?: pulumi.Input[] | undefined>; /** * (Updatable) Defines the maintenance configuration for create operation. */ maintenanceConfiguration?: pulumi.Input; /** * (Updatable) Defines the maintenance window for create operation, when automatic actions can be performed. */ maintenanceWindow?: pulumi.Input; /** * (Updatable) An array of Network Security Group OCIDs used to define network access for either Deployments or Connections. */ nsgIds?: pulumi.Input[] | undefined>; /** * (Updatable) Deployment Data for creating an OggDeployment */ oggData?: pulumi.Input; /** * (Updatable) An array of local peers of deployment */ placements?: pulumi.Input[] | undefined>; /** * (Updatable) Security attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}}` */ securityAttributes?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the deployment being referenced. */ sourceDeploymentId?: pulumi.Input; /** * Possible lifecycle states for a Deployment. */ state?: pulumi.Input; /** * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) 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. */ subnetId: pulumi.Input; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with. * * ** IMPORTANT ** * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values */ subscriptionId?: pulumi.Input; } //# sourceMappingURL=deployment.d.ts.map