CreateDeploymentDetails¶
-
class
oci.golden_gate.models.
CreateDeploymentDetails
(**kwargs)¶ Bases:
object
The information about a new Deployment.
Attributes
DEPLOYMENT_TYPE_OGG
A constant which can be used with the deployment_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. 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. 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_OGG
= 'OGG'¶ A constant which can be used with the deployment_type property of a CreateDeploymentDetails. This constant has a value of “OGG”
-
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”
- 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.
- 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.
- 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”
- ogg_data (oci.golden_gate.models.CreateOggDeploymentDetails) – The value to assign to the ogg_data 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, the value determines the exact ‘type’ of service executed in the Deployment. NOTE: Use of the value OGG is maintained for backward compatibility purposes. Its use is discouraged
in favor of the equivalent DATABASE_ORACLE value.Allowed values for this property are: “OGG”
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
-
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
-
nsg_ids
¶ Gets the nsg_ids of this CreateDeploymentDetails. An array of Network Security Group OCIDs used to define network access for a deployment.
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
-