AutonomousExadataInfrastructure

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

Bases: object

AutonomousExadataInfrastructure model.

Attributes

LICENSE_MODEL_BRING_YOUR_OWN_LICENSE A constant which can be used with the license_model property of a AutonomousExadataInfrastructure.
LICENSE_MODEL_LICENSE_INCLUDED A constant which can be used with the license_model property of a AutonomousExadataInfrastructure.
LIFECYCLE_STATE_AVAILABLE A constant which can be used with the lifecycle_state property of a AutonomousExadataInfrastructure.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a AutonomousExadataInfrastructure.
LIFECYCLE_STATE_MAINTENANCE_IN_PROGRESS A constant which can be used with the lifecycle_state property of a AutonomousExadataInfrastructure.
LIFECYCLE_STATE_PROVISIONING A constant which can be used with the lifecycle_state property of a AutonomousExadataInfrastructure.
LIFECYCLE_STATE_TERMINATED A constant which can be used with the lifecycle_state property of a AutonomousExadataInfrastructure.
LIFECYCLE_STATE_TERMINATING A constant which can be used with the lifecycle_state property of a AutonomousExadataInfrastructure.
LIFECYCLE_STATE_UPDATING A constant which can be used with the lifecycle_state property of a AutonomousExadataInfrastructure.
availability_domain [Required] Gets the availability_domain of this AutonomousExadataInfrastructure.
compartment_id [Required] Gets the compartment_id of this AutonomousExadataInfrastructure.
defined_tags Gets the defined_tags of this AutonomousExadataInfrastructure.
display_name [Required] Gets the display_name of this AutonomousExadataInfrastructure.
domain [Required] Gets the domain of this AutonomousExadataInfrastructure.
freeform_tags Gets the freeform_tags of this AutonomousExadataInfrastructure.
hostname [Required] Gets the hostname of this AutonomousExadataInfrastructure.
id [Required] Gets the id of this AutonomousExadataInfrastructure.
last_maintenance_run_id Gets the last_maintenance_run_id of this AutonomousExadataInfrastructure.
license_model Gets the license_model of this AutonomousExadataInfrastructure.
lifecycle_details Gets the lifecycle_details of this AutonomousExadataInfrastructure.
lifecycle_state [Required] Gets the lifecycle_state of this AutonomousExadataInfrastructure.
maintenance_window [Required] Gets the maintenance_window of this AutonomousExadataInfrastructure.
next_maintenance_run_id Gets the next_maintenance_run_id of this AutonomousExadataInfrastructure.
nsg_ids Gets the nsg_ids of this AutonomousExadataInfrastructure.
scan_dns_name Gets the scan_dns_name of this AutonomousExadataInfrastructure.
shape [Required] Gets the shape of this AutonomousExadataInfrastructure.
subnet_id [Required] Gets the subnet_id of this AutonomousExadataInfrastructure.
time_created Gets the time_created of this AutonomousExadataInfrastructure.
zone_id Gets the zone_id of this AutonomousExadataInfrastructure.

Methods

__init__(**kwargs) Initializes a new AutonomousExadataInfrastructure 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 AutonomousExadataInfrastructure. 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 AutonomousExadataInfrastructure. This constant has a value of “LICENSE_INCLUDED”

LIFECYCLE_STATE_AVAILABLE = 'AVAILABLE'

A constant which can be used with the lifecycle_state property of a AutonomousExadataInfrastructure. This constant has a value of “AVAILABLE”

LIFECYCLE_STATE_FAILED = 'FAILED'

A constant which can be used with the lifecycle_state property of a AutonomousExadataInfrastructure. This constant has a value of “FAILED”

LIFECYCLE_STATE_MAINTENANCE_IN_PROGRESS = 'MAINTENANCE_IN_PROGRESS'

A constant which can be used with the lifecycle_state property of a AutonomousExadataInfrastructure. This constant has a value of “MAINTENANCE_IN_PROGRESS”

LIFECYCLE_STATE_PROVISIONING = 'PROVISIONING'

A constant which can be used with the lifecycle_state property of a AutonomousExadataInfrastructure. This constant has a value of “PROVISIONING”

LIFECYCLE_STATE_TERMINATED = 'TERMINATED'

A constant which can be used with the lifecycle_state property of a AutonomousExadataInfrastructure. This constant has a value of “TERMINATED”

LIFECYCLE_STATE_TERMINATING = 'TERMINATING'

A constant which can be used with the lifecycle_state property of a AutonomousExadataInfrastructure. This constant has a value of “TERMINATING”

LIFECYCLE_STATE_UPDATING = 'UPDATING'

A constant which can be used with the lifecycle_state property of a AutonomousExadataInfrastructure. This constant has a value of “UPDATING”

__init__(**kwargs)

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

Parameters:
  • id (str) – The value to assign to the id property of this AutonomousExadataInfrastructure.
  • compartment_id (str) – The value to assign to the compartment_id property of this AutonomousExadataInfrastructure.
  • display_name (str) – The value to assign to the display_name property of this AutonomousExadataInfrastructure.
  • availability_domain (str) – The value to assign to the availability_domain property of this AutonomousExadataInfrastructure.
  • subnet_id (str) – The value to assign to the subnet_id property of this AutonomousExadataInfrastructure.
  • nsg_ids (list[str]) – The value to assign to the nsg_ids property of this AutonomousExadataInfrastructure.
  • shape (str) – The value to assign to the shape property of this AutonomousExadataInfrastructure.
  • hostname (str) – The value to assign to the hostname property of this AutonomousExadataInfrastructure.
  • domain (str) – The value to assign to the domain property of this AutonomousExadataInfrastructure.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this AutonomousExadataInfrastructure. Allowed values for this property are: “PROVISIONING”, “AVAILABLE”, “UPDATING”, “TERMINATING”, “TERMINATED”, “FAILED”, “MAINTENANCE_IN_PROGRESS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this AutonomousExadataInfrastructure.
  • license_model (str) – The value to assign to the license_model property of this AutonomousExadataInfrastructure. Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • time_created (datetime) – The value to assign to the time_created property of this AutonomousExadataInfrastructure.
  • maintenance_window (oci.database.models.MaintenanceWindow) – The value to assign to the maintenance_window property of this AutonomousExadataInfrastructure.
  • last_maintenance_run_id (str) – The value to assign to the last_maintenance_run_id property of this AutonomousExadataInfrastructure.
  • next_maintenance_run_id (str) – The value to assign to the next_maintenance_run_id property of this AutonomousExadataInfrastructure.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this AutonomousExadataInfrastructure.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this AutonomousExadataInfrastructure.
  • scan_dns_name (str) – The value to assign to the scan_dns_name property of this AutonomousExadataInfrastructure.
  • zone_id (str) – The value to assign to the zone_id property of this AutonomousExadataInfrastructure.
availability_domain

[Required] Gets the availability_domain of this AutonomousExadataInfrastructure. The name of the availability domain that the Autonomous Exadata Infrastructure is located in.

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

[Required] Gets the compartment_id of this AutonomousExadataInfrastructure. The OCID of the compartment.

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

Gets the defined_tags of this AutonomousExadataInfrastructure. 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 AutonomousExadataInfrastructure.
Return type:dict(str, dict(str, object))
display_name

[Required] Gets the display_name of this AutonomousExadataInfrastructure. The user-friendly name for the Autonomous Exadata Infrastructure.

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

[Required] Gets the domain of this AutonomousExadataInfrastructure. The domain name for the Autonomous Exadata Infrastructure.

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

Gets the freeform_tags of this AutonomousExadataInfrastructure. 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 AutonomousExadataInfrastructure.
Return type:dict(str, str)
hostname

[Required] Gets the hostname of this AutonomousExadataInfrastructure. The host name for the Autonomous Exadata Infrastructure node.

Returns:The hostname of this AutonomousExadataInfrastructure.
Return type:str
id

[Required] Gets the id of this AutonomousExadataInfrastructure. The OCID of the Autonomous Exadata Infrastructure.

Returns:The id of this AutonomousExadataInfrastructure.
Return type:str
last_maintenance_run_id

Gets the last_maintenance_run_id of this AutonomousExadataInfrastructure. The OCID of the last maintenance run.

Returns:The last_maintenance_run_id of this AutonomousExadataInfrastructure.
Return type:str
license_model

Gets the license_model of this AutonomousExadataInfrastructure. The Oracle license model that applies to all 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”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The license_model of this AutonomousExadataInfrastructure.
Return type:str
lifecycle_details

Gets the lifecycle_details of this AutonomousExadataInfrastructure. Additional information about the current lifecycle state of the Autonomous Exadata Infrastructure.

Returns:The lifecycle_details of this AutonomousExadataInfrastructure.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this AutonomousExadataInfrastructure. The current lifecycle state of the Autonomous Exadata Infrastructure.

Allowed values for this property are: “PROVISIONING”, “AVAILABLE”, “UPDATING”, “TERMINATING”, “TERMINATED”, “FAILED”, “MAINTENANCE_IN_PROGRESS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this AutonomousExadataInfrastructure.
Return type:str
maintenance_window

[Required] Gets the maintenance_window of this AutonomousExadataInfrastructure.

Returns:The maintenance_window of this AutonomousExadataInfrastructure.
Return type:oci.database.models.MaintenanceWindow
next_maintenance_run_id

Gets the next_maintenance_run_id of this AutonomousExadataInfrastructure. The OCID of the next maintenance run.

Returns:The next_maintenance_run_id of this AutonomousExadataInfrastructure.
Return type:str
nsg_ids

Gets the nsg_ids of this AutonomousExadataInfrastructure. 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 AutonomousExadataInfrastructure.
Return type:list[str]
scan_dns_name

Gets the scan_dns_name of this AutonomousExadataInfrastructure. The FQDN of the DNS record for the SCAN IP addresses that are associated with the Autonomous Exadata Infrastructure.

Returns:The scan_dns_name of this AutonomousExadataInfrastructure.
Return type:str
shape

[Required] Gets the shape of this AutonomousExadataInfrastructure. The shape of the Autonomous Exadata Infrastructure. The shape determines resources to allocate to the Autonomous Exadata Infrastructure (CPU cores, memory and storage).

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

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

Subnet Restrictions: - For Autonomous Databases with Autonomous Exadata Infrastructure, 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 AutonomousExadataInfrastructure.
Return type:str
time_created

Gets the time_created of this AutonomousExadataInfrastructure. The date and time the Autonomous Exadata Infrastructure was created.

Returns:The time_created of this AutonomousExadataInfrastructure.
Return type:datetime
zone_id

Gets the zone_id of this AutonomousExadataInfrastructure. The OCID of the zone the Autonomous Exadata Infrastructure is associated with.

Returns:The zone_id of this AutonomousExadataInfrastructure.
Return type:str