OracleDbAwsKeySummary¶
-
class
oci.dbmulticloud.models.OracleDbAwsKeySummary(**kwargs)¶ Bases:
objectOracle Oracle DB AWS Key Resource Summary.
Methods
__init__(**kwargs)Initializes a new OracleDbAwsKeySummary object with values from keyword arguments. Attributes
aws_account_idGets the aws_account_id of this OracleDbAwsKeySummary. aws_key_arnGets the aws_key_arn of this OracleDbAwsKeySummary. compartment_idGets the compartment_id of this OracleDbAwsKeySummary. defined_tagsGets the defined_tags of this OracleDbAwsKeySummary. display_nameGets the display_name of this OracleDbAwsKeySummary. freeform_tagsGets the freeform_tags of this OracleDbAwsKeySummary. idGets the id of this OracleDbAwsKeySummary. is_aws_key_enabledGets the is_aws_key_enabled of this OracleDbAwsKeySummary. lifecycle_stateGets the lifecycle_state of this OracleDbAwsKeySummary. lifecycle_state_detailsGets the lifecycle_state_details of this OracleDbAwsKeySummary. locationGets the location of this OracleDbAwsKeySummary. oracle_db_connector_idGets the oracle_db_connector_id of this OracleDbAwsKeySummary. propertiesGets the properties of this OracleDbAwsKeySummary. system_tagsGets the system_tags of this OracleDbAwsKeySummary. time_createdGets the time_created of this OracleDbAwsKeySummary. time_updatedGets the time_updated of this OracleDbAwsKeySummary. typeGets the type of this OracleDbAwsKeySummary. -
__init__(**kwargs)¶ Initializes a new OracleDbAwsKeySummary 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 OracleDbAwsKeySummary.
- display_name (str) – The value to assign to the display_name property of this OracleDbAwsKeySummary.
- compartment_id (str) – The value to assign to the compartment_id property of this OracleDbAwsKeySummary.
- oracle_db_connector_id (str) – The value to assign to the oracle_db_connector_id property of this OracleDbAwsKeySummary.
- aws_key_arn (str) – The value to assign to the aws_key_arn property of this OracleDbAwsKeySummary.
- aws_account_id (str) – The value to assign to the aws_account_id property of this OracleDbAwsKeySummary.
- type (str) – The value to assign to the type property of this OracleDbAwsKeySummary.
- is_aws_key_enabled (bool) – The value to assign to the is_aws_key_enabled property of this OracleDbAwsKeySummary.
- location (str) – The value to assign to the location property of this OracleDbAwsKeySummary.
- properties (dict(str, str)) – The value to assign to the properties property of this OracleDbAwsKeySummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this OracleDbAwsKeySummary.
- lifecycle_state_details (str) – The value to assign to the lifecycle_state_details property of this OracleDbAwsKeySummary.
- time_created (datetime) – The value to assign to the time_created property of this OracleDbAwsKeySummary.
- time_updated (datetime) – The value to assign to the time_updated property of this OracleDbAwsKeySummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this OracleDbAwsKeySummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this OracleDbAwsKeySummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this OracleDbAwsKeySummary.
-
aws_account_id¶ Gets the aws_account_id of this OracleDbAwsKeySummary. AWS Account ID.
Returns: The aws_account_id of this OracleDbAwsKeySummary. Return type: str
-
aws_key_arn¶ Gets the aws_key_arn of this OracleDbAwsKeySummary. Amazon resource name of AWS Key.
Returns: The aws_key_arn of this OracleDbAwsKeySummary. Return type: str
-
compartment_id¶ Gets the compartment_id of this OracleDbAwsKeySummary. The OCID of the compartment contains Oracle DB AWS Key resource.
Returns: The compartment_id of this OracleDbAwsKeySummary. Return type: str
Gets the defined_tags of this OracleDbAwsKeySummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this OracleDbAwsKeySummary. Return type: dict(str, dict(str, object))
-
display_name¶ Gets the display_name of this OracleDbAwsKeySummary. Oracle DB AWS Key resource name.
Returns: The display_name of this OracleDbAwsKeySummary. Return type: str
Gets the freeform_tags of this OracleDbAwsKeySummary. 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 OracleDbAwsKeySummary. Return type: dict(str, str)
-
id¶ Gets the id of this OracleDbAwsKeySummary. The OCID for the new Oracle DB AWS Key resource.
Returns: The id of this OracleDbAwsKeySummary. Return type: str
-
is_aws_key_enabled¶ Gets the is_aws_key_enabled of this OracleDbAwsKeySummary. The Oracle AWS Key resource is enabled or disabled at AWS.
Returns: The is_aws_key_enabled of this OracleDbAwsKeySummary. Return type: bool
-
lifecycle_state¶ Gets the lifecycle_state of this OracleDbAwsKeySummary. The current lifecycle state of the Oracle DB AWS Key resource.
Returns: The lifecycle_state of this OracleDbAwsKeySummary. Return type: str
-
lifecycle_state_details¶ Gets the lifecycle_state_details of this OracleDbAwsKeySummary. Description of the current lifecycle state in more detail.
Returns: The lifecycle_state_details of this OracleDbAwsKeySummary. Return type: str
-
location¶ Gets the location of this OracleDbAwsKeySummary. AWS Key resource location.
Returns: The location of this OracleDbAwsKeySummary. Return type: str
-
oracle_db_connector_id¶ Gets the oracle_db_connector_id of this OracleDbAwsKeySummary. The OCID of the Oracle DB Connector resource.
Returns: The oracle_db_connector_id of this OracleDbAwsKeySummary. Return type: str
-
properties¶ Gets the properties of this OracleDbAwsKeySummary. AWS Key resource’s properties.
Returns: The properties of this OracleDbAwsKeySummary. Return type: dict(str, str)
Gets the system_tags of this OracleDbAwsKeySummary. 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 OracleDbAwsKeySummary. Return type: dict(str, dict(str, object))
-
time_created¶ Gets the time_created of this OracleDbAwsKeySummary. Time when the Oracle Oracle DB AWS Key resource was created in RFC 3339 timestamp format, e.g. ‘2020-05-23T21:10:29.600Z’.
Returns: The time_created of this OracleDbAwsKeySummary. Return type: datetime
-
time_updated¶ Gets the time_updated of this OracleDbAwsKeySummary. Time when the Oracle Oracle DB AWS Key resource was last modified, expressed in RFC 3339 timestamp format, e.g. ‘2020-05-23T21:10:29.600Z’.
Returns: The time_updated of this OracleDbAwsKeySummary. Return type: datetime
-
type¶ Gets the type of this OracleDbAwsKeySummary. AWS Key resource type.
Returns: The type of this OracleDbAwsKeySummary. Return type: str
-