LaunchAutonomousExadataInfrastructureDetails

class oci.database.models.LaunchAutonomousExadataInfrastructureDetails(**kwargs)

Bases: object

Describes the input parameters to launch a new Autonomous Exadata Infrastructure.

Attributes

LICENSE_MODEL_BRING_YOUR_OWN_LICENSE A constant which can be used with the license_model property of a LaunchAutonomousExadataInfrastructureDetails.
LICENSE_MODEL_LICENSE_INCLUDED A constant which can be used with the license_model property of a LaunchAutonomousExadataInfrastructureDetails.
availability_domain [Required] Gets the availability_domain of this LaunchAutonomousExadataInfrastructureDetails.
compartment_id [Required] Gets the compartment_id of this LaunchAutonomousExadataInfrastructureDetails.
defined_tags Gets the defined_tags of this LaunchAutonomousExadataInfrastructureDetails.
display_name Gets the display_name of this LaunchAutonomousExadataInfrastructureDetails.
domain Gets the domain of this LaunchAutonomousExadataInfrastructureDetails.
freeform_tags Gets the freeform_tags of this LaunchAutonomousExadataInfrastructureDetails.
license_model Gets the license_model of this LaunchAutonomousExadataInfrastructureDetails.
maintenance_window_details Gets the maintenance_window_details of this LaunchAutonomousExadataInfrastructureDetails.
nsg_ids Gets the nsg_ids of this LaunchAutonomousExadataInfrastructureDetails.
shape [Required] Gets the shape of this LaunchAutonomousExadataInfrastructureDetails.
subnet_id [Required] Gets the subnet_id of this LaunchAutonomousExadataInfrastructureDetails.

Methods

__init__(**kwargs) Initializes a new LaunchAutonomousExadataInfrastructureDetails object with values from keyword arguments.
LICENSE_MODEL_BRING_YOUR_OWN_LICENSE = 'BRING_YOUR_OWN_LICENSE'

A constant which can be used with the license_model property of a LaunchAutonomousExadataInfrastructureDetails. 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 LaunchAutonomousExadataInfrastructureDetails. This constant has a value of “LICENSE_INCLUDED”

__init__(**kwargs)

Initializes a new LaunchAutonomousExadataInfrastructureDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • compartment_id (str) – The value to assign to the compartment_id property of this LaunchAutonomousExadataInfrastructureDetails.
  • display_name (str) – The value to assign to the display_name property of this LaunchAutonomousExadataInfrastructureDetails.
  • availability_domain (str) – The value to assign to the availability_domain property of this LaunchAutonomousExadataInfrastructureDetails.
  • subnet_id (str) – The value to assign to the subnet_id property of this LaunchAutonomousExadataInfrastructureDetails.
  • nsg_ids (list[str]) – The value to assign to the nsg_ids property of this LaunchAutonomousExadataInfrastructureDetails.
  • shape (str) – The value to assign to the shape property of this LaunchAutonomousExadataInfrastructureDetails.
  • domain (str) – The value to assign to the domain property of this LaunchAutonomousExadataInfrastructureDetails.
  • license_model (str) – The value to assign to the license_model property of this LaunchAutonomousExadataInfrastructureDetails. Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”
  • maintenance_window_details (oci.database.models.MaintenanceWindow) – The value to assign to the maintenance_window_details property of this LaunchAutonomousExadataInfrastructureDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this LaunchAutonomousExadataInfrastructureDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this LaunchAutonomousExadataInfrastructureDetails.
availability_domain

[Required] Gets the availability_domain of this LaunchAutonomousExadataInfrastructureDetails. The availability domain where the Autonomous Exadata Infrastructure is located.

Returns:The availability_domain of this LaunchAutonomousExadataInfrastructureDetails.
Return type:str
compartment_id

[Required] Gets the compartment_id of this LaunchAutonomousExadataInfrastructureDetails. The OCID of the compartment the Autonomous Exadata Infrastructure belongs in.

Returns:The compartment_id of this LaunchAutonomousExadataInfrastructureDetails.
Return type:str
defined_tags

Gets the defined_tags of this LaunchAutonomousExadataInfrastructureDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

Returns:The defined_tags of this LaunchAutonomousExadataInfrastructureDetails.
Return type:dict(str, dict(str, object))
display_name

Gets the display_name of this LaunchAutonomousExadataInfrastructureDetails. The user-friendly name for the Autonomous Exadata Infrastructure. It does not have to be unique.

Returns:The display_name of this LaunchAutonomousExadataInfrastructureDetails.
Return type:str
domain

Gets the domain of this LaunchAutonomousExadataInfrastructureDetails. A domain name used for the Autonomous Exadata Infrastructure. If the Oracle-provided Internet and VCN Resolver is enabled for the specified subnet, the domain name for the subnet is used (don’t provide one). Otherwise, provide a valid DNS domain name. Hyphens (-) are not permitted.

Returns:The domain of this LaunchAutonomousExadataInfrastructureDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this LaunchAutonomousExadataInfrastructureDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.

Example: {“Department”: “Finance”}

Returns:The freeform_tags of this LaunchAutonomousExadataInfrastructureDetails.
Return type:dict(str, str)
license_model

Gets the license_model of this LaunchAutonomousExadataInfrastructureDetails. The Oracle license model that applies to all the databases in the Autonomous Exadata Infrastructure. The default is BRING_YOUR_OWN_LICENSE.

Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”

Returns:The license_model of this LaunchAutonomousExadataInfrastructureDetails.
Return type:str
maintenance_window_details

Gets the maintenance_window_details of this LaunchAutonomousExadataInfrastructureDetails.

Returns:The maintenance_window_details of this LaunchAutonomousExadataInfrastructureDetails.
Return type:oci.database.models.MaintenanceWindow
nsg_ids

Gets the nsg_ids of this LaunchAutonomousExadataInfrastructureDetails. The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions: - A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.

Returns:The nsg_ids of this LaunchAutonomousExadataInfrastructureDetails.
Return type:list[str]
shape

[Required] Gets the shape of this LaunchAutonomousExadataInfrastructureDetails. The shape of the Autonomous Exadata Infrastructure. The shape determines resources allocated to the Autonomous Exadata Infrastructure (CPU cores, memory and storage). To get a list of shapes, use the ListDbSystemShapes operation.

Returns:The shape of this LaunchAutonomousExadataInfrastructureDetails.
Return type:str
subnet_id

[Required] Gets the subnet_id of this LaunchAutonomousExadataInfrastructureDetails. The OCID of the subnet the Autonomous Exadata Infrastructure is associated with.

Subnet Restrictions: - For Autonomous Exadata Infrastructures, do not use a subnet that overlaps with 192.168.128.0/20

These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and backup subnet.

Returns:The subnet_id of this LaunchAutonomousExadataInfrastructureDetails.
Return type:str