Configuration

class oci.psql.models.Configuration(**kwargs)

Bases: object

PostgreSQL configuration for a database system.

Attributes

LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a Configuration.
LIFECYCLE_STATE_DELETED A constant which can be used with the lifecycle_state property of a Configuration.
LIFECYCLE_STATE_DELETING A constant which can be used with the lifecycle_state property of a Configuration.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a Configuration.
compartment_id [Required] Gets the compartment_id of this Configuration.
configuration_details [Required] Gets the configuration_details of this Configuration.
db_version [Required] Gets the db_version of this Configuration.
defined_tags Gets the defined_tags of this Configuration.
description Gets the description of this Configuration.
display_name [Required] Gets the display_name of this Configuration.
freeform_tags Gets the freeform_tags of this Configuration.
id [Required] Gets the id of this Configuration.
instance_memory_size_in_gbs [Required] Gets the instance_memory_size_in_gbs of this Configuration.
instance_ocpu_count [Required] Gets the instance_ocpu_count of this Configuration.
lifecycle_details Gets the lifecycle_details of this Configuration.
lifecycle_state [Required] Gets the lifecycle_state of this Configuration.
shape [Required] Gets the shape of this Configuration.
system_tags Gets the system_tags of this Configuration.
time_created [Required] Gets the time_created of this Configuration.

Methods

__init__(**kwargs) Initializes a new Configuration object with values from keyword arguments.
LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

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

LIFECYCLE_STATE_DELETED = 'DELETED'

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

LIFECYCLE_STATE_DELETING = 'DELETING'

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

LIFECYCLE_STATE_FAILED = 'FAILED'

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

__init__(**kwargs)

Initializes a new Configuration 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 Configuration.
  • display_name (str) – The value to assign to the display_name property of this Configuration.
  • description (str) – The value to assign to the description property of this Configuration.
  • compartment_id (str) – The value to assign to the compartment_id property of this Configuration.
  • time_created (datetime) – The value to assign to the time_created property of this Configuration.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this Configuration. Allowed values for this property are: “ACTIVE”, “DELETING”, “DELETED”, “FAILED”, ‘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 Configuration.
  • shape (str) – The value to assign to the shape property of this Configuration.
  • instance_ocpu_count (int) – The value to assign to the instance_ocpu_count property of this Configuration.
  • instance_memory_size_in_gbs (int) – The value to assign to the instance_memory_size_in_gbs property of this Configuration.
  • db_version (str) – The value to assign to the db_version property of this Configuration.
  • configuration_details (oci.psql.models.ConfigurationDetails) – The value to assign to the configuration_details property of this Configuration.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this Configuration.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this Configuration.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this Configuration.
compartment_id

[Required] Gets the compartment_id of this Configuration. The OCID of the compartment that contains the configuration.

Returns:The compartment_id of this Configuration.
Return type:str
configuration_details

[Required] Gets the configuration_details of this Configuration.

Returns:The configuration_details of this Configuration.
Return type:oci.psql.models.ConfigurationDetails
db_version

[Required] Gets the db_version of this Configuration. Version of the PostgreSQL database.

Returns:The db_version of this Configuration.
Return type:str
defined_tags

Gets the defined_tags of this Configuration. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this Configuration.
Return type:dict(str, dict(str, object))
description

Gets the description of this Configuration. A description for the configuration.

Returns:The description of this Configuration.
Return type:str
display_name

[Required] Gets the display_name of this Configuration. A user-friendly display name for the configuration. Avoid entering confidential information.

Returns:The display_name of this Configuration.
Return type:str
freeform_tags

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

[Required] Gets the id of this Configuration. A unique identifier for the configuration. Immutable on creation.

Returns:The id of this Configuration.
Return type:str
instance_memory_size_in_gbs

[Required] Gets the instance_memory_size_in_gbs of this Configuration. Memory size in gigabytes with 1GB increment.

Returns:The instance_memory_size_in_gbs of this Configuration.
Return type:int
instance_ocpu_count

[Required] Gets the instance_ocpu_count of this Configuration. CPU core count.

Returns:The instance_ocpu_count of this Configuration.
Return type:int
lifecycle_details

Gets the lifecycle_details of this Configuration. A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.

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

[Required] Gets the lifecycle_state of this Configuration. The current state of the configuration.

Allowed values for this property are: “ACTIVE”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this Configuration.
Return type:str
shape

[Required] Gets the shape of this Configuration. The name of the shape for the configuration. Example: VM.Standard.E4.Flex

Returns:The shape of this Configuration.
Return type:str
system_tags

Gets the system_tags of this Configuration. System tags for this resource. Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

Returns:The system_tags of this Configuration.
Return type:dict(str, dict(str, object))
time_created

[Required] Gets the time_created of this Configuration. The date and time that the configuration was created, expressed in RFC 3339 timestamp format.

Example: 2016-08-25T21:10:29.600Z

Returns:The time_created of this Configuration.
Return type:datetime