CreateDeploymentDetails¶
-
class
oci.golden_gate.models.
CreateDeploymentDetails
(**kwargs)¶ Bases:
object
The information about a new Deployment.
Attributes
DEPLOYMENT_TYPE_BIGDATA
A constant which can be used with the deployment_type property of a CreateDeploymentDetails. DEPLOYMENT_TYPE_DATABASE_DB2_ZOS
A constant which can be used with the deployment_type property of a CreateDeploymentDetails. DEPLOYMENT_TYPE_DATABASE_MICROSOFT_SQLSERVER
A constant which can be used with the deployment_type property of a CreateDeploymentDetails. DEPLOYMENT_TYPE_DATABASE_MYSQL
A constant which can be used with the deployment_type property of a CreateDeploymentDetails. DEPLOYMENT_TYPE_DATABASE_ORACLE
A constant which can be used with the deployment_type property of a CreateDeploymentDetails. DEPLOYMENT_TYPE_DATABASE_POSTGRESQL
A constant which can be used with the deployment_type property of a CreateDeploymentDetails. DEPLOYMENT_TYPE_DATA_TRANSFORMS
A constant which can be used with the deployment_type property of a CreateDeploymentDetails. DEPLOYMENT_TYPE_GGSA
A constant which can be used with the deployment_type property of a CreateDeploymentDetails. DEPLOYMENT_TYPE_OGG
A constant which can be used with the deployment_type property of a CreateDeploymentDetails. ENVIRONMENT_TYPE_DEVELOPMENT_OR_TESTING
A constant which can be used with the environment_type property of a CreateDeploymentDetails. ENVIRONMENT_TYPE_PRODUCTION
A constant which can be used with the environment_type property of a CreateDeploymentDetails. LICENSE_MODEL_BRING_YOUR_OWN_LICENSE
A constant which can be used with the license_model property of a CreateDeploymentDetails. LICENSE_MODEL_LICENSE_INCLUDED
A constant which can be used with the license_model property of a CreateDeploymentDetails. compartment_id
[Required] Gets the compartment_id of this CreateDeploymentDetails. cpu_core_count
[Required] Gets the cpu_core_count of this CreateDeploymentDetails. defined_tags
Gets the defined_tags of this CreateDeploymentDetails. deployment_backup_id
Gets the deployment_backup_id of this CreateDeploymentDetails. deployment_type
[Required] Gets the deployment_type of this CreateDeploymentDetails. description
Gets the description of this CreateDeploymentDetails. display_name
[Required] Gets the display_name of this CreateDeploymentDetails. environment_type
Gets the environment_type of this CreateDeploymentDetails. fqdn
Gets the fqdn of this CreateDeploymentDetails. freeform_tags
Gets the freeform_tags of this CreateDeploymentDetails. is_auto_scaling_enabled
[Required] Gets the is_auto_scaling_enabled of this CreateDeploymentDetails. is_public
Gets the is_public of this CreateDeploymentDetails. license_model
[Required] Gets the license_model of this CreateDeploymentDetails. load_balancer_subnet_id
Gets the load_balancer_subnet_id of this CreateDeploymentDetails. locks
Gets the locks of this CreateDeploymentDetails. maintenance_configuration
Gets the maintenance_configuration of this CreateDeploymentDetails. maintenance_window
Gets the maintenance_window of this CreateDeploymentDetails. nsg_ids
Gets the nsg_ids of this CreateDeploymentDetails. ogg_data
Gets the ogg_data of this CreateDeploymentDetails. subnet_id
[Required] Gets the subnet_id of this CreateDeploymentDetails. Methods
__init__
(**kwargs)Initializes a new CreateDeploymentDetails object with values from keyword arguments. -
DEPLOYMENT_TYPE_BIGDATA
= 'BIGDATA'¶ A constant which can be used with the deployment_type property of a CreateDeploymentDetails. This constant has a value of “BIGDATA”
-
DEPLOYMENT_TYPE_DATABASE_DB2_ZOS
= 'DATABASE_DB2ZOS'¶ A constant which can be used with the deployment_type property of a CreateDeploymentDetails. This constant has a value of “DATABASE_DB2ZOS”
-
DEPLOYMENT_TYPE_DATABASE_MICROSOFT_SQLSERVER
= 'DATABASE_MICROSOFT_SQLSERVER'¶ A constant which can be used with the deployment_type property of a CreateDeploymentDetails. This constant has a value of “DATABASE_MICROSOFT_SQLSERVER”
-
DEPLOYMENT_TYPE_DATABASE_MYSQL
= 'DATABASE_MYSQL'¶ A constant which can be used with the deployment_type property of a CreateDeploymentDetails. This constant has a value of “DATABASE_MYSQL”
-
DEPLOYMENT_TYPE_DATABASE_ORACLE
= 'DATABASE_ORACLE'¶ A constant which can be used with the deployment_type property of a CreateDeploymentDetails. This constant has a value of “DATABASE_ORACLE”
-
DEPLOYMENT_TYPE_DATABASE_POSTGRESQL
= 'DATABASE_POSTGRESQL'¶ A constant which can be used with the deployment_type property of a CreateDeploymentDetails. This constant has a value of “DATABASE_POSTGRESQL”
-
DEPLOYMENT_TYPE_DATA_TRANSFORMS
= 'DATA_TRANSFORMS'¶ A constant which can be used with the deployment_type property of a CreateDeploymentDetails. This constant has a value of “DATA_TRANSFORMS”
-
DEPLOYMENT_TYPE_GGSA
= 'GGSA'¶ A constant which can be used with the deployment_type property of a CreateDeploymentDetails. This constant has a value of “GGSA”
-
DEPLOYMENT_TYPE_OGG
= 'OGG'¶ A constant which can be used with the deployment_type property of a CreateDeploymentDetails. This constant has a value of “OGG”
-
ENVIRONMENT_TYPE_DEVELOPMENT_OR_TESTING
= 'DEVELOPMENT_OR_TESTING'¶ A constant which can be used with the environment_type property of a CreateDeploymentDetails. This constant has a value of “DEVELOPMENT_OR_TESTING”
-
ENVIRONMENT_TYPE_PRODUCTION
= 'PRODUCTION'¶ A constant which can be used with the environment_type property of a CreateDeploymentDetails. This constant has a value of “PRODUCTION”
-
LICENSE_MODEL_BRING_YOUR_OWN_LICENSE
= 'BRING_YOUR_OWN_LICENSE'¶ A constant which can be used with the license_model property of a CreateDeploymentDetails. This constant has a value of “BRING_YOUR_OWN_LICENSE”
-
LICENSE_MODEL_LICENSE_INCLUDED
= 'LICENSE_INCLUDED'¶ A constant which can be used with the license_model property of a CreateDeploymentDetails. This constant has a value of “LICENSE_INCLUDED”
-
__init__
(**kwargs)¶ Initializes a new CreateDeploymentDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this CreateDeploymentDetails.
- license_model (str) – The value to assign to the license_model property of this CreateDeploymentDetails. Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”
- environment_type (str) – The value to assign to the environment_type property of this CreateDeploymentDetails. Allowed values for this property are: “PRODUCTION”, “DEVELOPMENT_OR_TESTING”
- description (str) – The value to assign to the description property of this CreateDeploymentDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreateDeploymentDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateDeploymentDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateDeploymentDetails.
- locks (list[oci.golden_gate.models.AddResourceLockDetails]) – The value to assign to the locks property of this CreateDeploymentDetails.
- deployment_backup_id (str) – The value to assign to the deployment_backup_id property of this CreateDeploymentDetails.
- subnet_id (str) – The value to assign to the subnet_id property of this CreateDeploymentDetails.
- load_balancer_subnet_id (str) – The value to assign to the load_balancer_subnet_id property of this CreateDeploymentDetails.
- fqdn (str) – The value to assign to the fqdn property of this CreateDeploymentDetails.
- nsg_ids (list[str]) – The value to assign to the nsg_ids property of this CreateDeploymentDetails.
- is_public (bool) – The value to assign to the is_public property of this CreateDeploymentDetails.
- cpu_core_count (int) – The value to assign to the cpu_core_count property of this CreateDeploymentDetails.
- is_auto_scaling_enabled (bool) – The value to assign to the is_auto_scaling_enabled property of this CreateDeploymentDetails.
- deployment_type (str) – The value to assign to the deployment_type property of this CreateDeploymentDetails. Allowed values for this property are: “OGG”, “DATABASE_ORACLE”, “BIGDATA”, “DATABASE_MICROSOFT_SQLSERVER”, “DATABASE_MYSQL”, “DATABASE_POSTGRESQL”, “DATABASE_DB2ZOS”, “GGSA”, “DATA_TRANSFORMS”
- ogg_data (oci.golden_gate.models.CreateOggDeploymentDetails) – The value to assign to the ogg_data property of this CreateDeploymentDetails.
- maintenance_window (oci.golden_gate.models.CreateMaintenanceWindowDetails) – The value to assign to the maintenance_window property of this CreateDeploymentDetails.
- maintenance_configuration (oci.golden_gate.models.CreateMaintenanceConfigurationDetails) – The value to assign to the maintenance_configuration property of this CreateDeploymentDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateDeploymentDetails. The OCID of the compartment being referenced.
Returns: The compartment_id of this CreateDeploymentDetails. Return type: str
-
cpu_core_count
¶ [Required] Gets the cpu_core_count of this CreateDeploymentDetails. The Minimum number of OCPUs to be made available for this Deployment.
Returns: The cpu_core_count of this CreateDeploymentDetails. Return type: int
Gets the defined_tags of this CreateDeploymentDetails. Tags defined for this resource. Each key is predefined and scoped to a namespace.
Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this CreateDeploymentDetails. Return type: dict(str, dict(str, object))
-
deployment_backup_id
¶ Gets the deployment_backup_id of this CreateDeploymentDetails. The OCID of the backup being referenced.
Returns: The deployment_backup_id of this CreateDeploymentDetails. Return type: str
-
deployment_type
¶ [Required] Gets the deployment_type of this CreateDeploymentDetails. 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’.Allowed values for this property are: “OGG”, “DATABASE_ORACLE”, “BIGDATA”, “DATABASE_MICROSOFT_SQLSERVER”, “DATABASE_MYSQL”, “DATABASE_POSTGRESQL”, “DATABASE_DB2ZOS”, “GGSA”, “DATA_TRANSFORMS”
Returns: The deployment_type of this CreateDeploymentDetails. Return type: str
-
description
¶ Gets the description of this CreateDeploymentDetails. Metadata about this specific object.
Returns: The description of this CreateDeploymentDetails. Return type: str
-
display_name
¶ [Required] Gets the display_name of this CreateDeploymentDetails. An object’s Display Name.
Returns: The display_name of this CreateDeploymentDetails. Return type: str
-
environment_type
¶ Gets the environment_type of this CreateDeploymentDetails. Specifies whether the deployment is used in a production or development/testing environment.
Allowed values for this property are: “PRODUCTION”, “DEVELOPMENT_OR_TESTING”
Returns: The environment_type of this CreateDeploymentDetails. Return type: str
-
fqdn
¶ Gets the fqdn of this CreateDeploymentDetails. A three-label Fully Qualified Domain Name (FQDN) for a resource.
Returns: The fqdn of this CreateDeploymentDetails. Return type: str
Gets the freeform_tags of this CreateDeploymentDetails. A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only.
Example: {“bar-key”: “value”}
Returns: The freeform_tags of this CreateDeploymentDetails. Return type: dict(str, str)
-
is_auto_scaling_enabled
¶ [Required] Gets the is_auto_scaling_enabled of this CreateDeploymentDetails. Indicates if auto scaling is enabled for the Deployment’s CPU core count.
Returns: The is_auto_scaling_enabled of this CreateDeploymentDetails. Return type: bool
-
is_public
¶ Gets the is_public of this CreateDeploymentDetails. True if this object is publicly available.
Returns: The is_public of this CreateDeploymentDetails. Return type: bool
-
license_model
¶ [Required] Gets the license_model of this CreateDeploymentDetails. The Oracle license model that applies to a Deployment.
Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”
Returns: The license_model of this CreateDeploymentDetails. Return type: str
-
load_balancer_subnet_id
¶ Gets the load_balancer_subnet_id of this CreateDeploymentDetails. 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 compatibility, this is an optional property. It will become mandatory for public deployments after October 1, 2024.
Returns: The load_balancer_subnet_id of this CreateDeploymentDetails. Return type: str
-
locks
¶ Gets the locks of this CreateDeploymentDetails. Locks associated with this resource.
Returns: The locks of this CreateDeploymentDetails. Return type: list[oci.golden_gate.models.AddResourceLockDetails]
-
maintenance_configuration
¶ Gets the maintenance_configuration of this CreateDeploymentDetails.
Returns: The maintenance_configuration of this CreateDeploymentDetails. Return type: oci.golden_gate.models.CreateMaintenanceConfigurationDetails
-
maintenance_window
¶ Gets the maintenance_window of this CreateDeploymentDetails.
Returns: The maintenance_window of this CreateDeploymentDetails. Return type: oci.golden_gate.models.CreateMaintenanceWindowDetails
-
nsg_ids
¶ Gets the nsg_ids of this CreateDeploymentDetails. An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.
Returns: The nsg_ids of this CreateDeploymentDetails. Return type: list[str]
-
ogg_data
¶ Gets the ogg_data of this CreateDeploymentDetails.
Returns: The ogg_data of this CreateDeploymentDetails. Return type: oci.golden_gate.models.CreateOggDeploymentDetails
-
subnet_id
¶ [Required] Gets the subnet_id of this CreateDeploymentDetails. 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.
Returns: The subnet_id of this CreateDeploymentDetails. Return type: str
-