OracleDbGcpKeySummary¶
-
class
oci.dbmulticloud.models.
OracleDbGcpKeySummary
(**kwargs)¶ Bases:
object
Oracle DB Google Cloud Key resource summary.
Methods
__init__
(**kwargs)Initializes a new OracleDbGcpKeySummary object with values from keyword arguments. Attributes
compartment_id
Gets the compartment_id of this OracleDbGcpKeySummary. defined_tags
Gets the defined_tags of this OracleDbGcpKeySummary. display_name
Gets the display_name of this OracleDbGcpKeySummary. freeform_tags
Gets the freeform_tags of this OracleDbGcpKeySummary. gcp_key_id
Gets the gcp_key_id of this OracleDbGcpKeySummary. gcp_key_properties
Gets the gcp_key_properties of this OracleDbGcpKeySummary. id
Gets the id of this OracleDbGcpKeySummary. lifecycle_state
Gets the lifecycle_state of this OracleDbGcpKeySummary. lifecycle_state_details
Gets the lifecycle_state_details of this OracleDbGcpKeySummary. oracle_db_gcp_key_ring_id
Gets the oracle_db_gcp_key_ring_id of this OracleDbGcpKeySummary. resource_type
Gets the resource_type of this OracleDbGcpKeySummary. system_tags
Gets the system_tags of this OracleDbGcpKeySummary. time_created
Gets the time_created of this OracleDbGcpKeySummary. time_updated
Gets the time_updated of this OracleDbGcpKeySummary. -
__init__
(**kwargs)¶ Initializes a new OracleDbGcpKeySummary 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 OracleDbGcpKeySummary.
- display_name (str) – The value to assign to the display_name property of this OracleDbGcpKeySummary.
- compartment_id (str) – The value to assign to the compartment_id property of this OracleDbGcpKeySummary.
- gcp_key_id (str) – The value to assign to the gcp_key_id property of this OracleDbGcpKeySummary.
- oracle_db_gcp_key_ring_id (str) – The value to assign to the oracle_db_gcp_key_ring_id property of this OracleDbGcpKeySummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this OracleDbGcpKeySummary.
- lifecycle_state_details (str) – The value to assign to the lifecycle_state_details property of this OracleDbGcpKeySummary.
- resource_type (str) – The value to assign to the resource_type property of this OracleDbGcpKeySummary.
- gcp_key_properties (object) – The value to assign to the gcp_key_properties property of this OracleDbGcpKeySummary.
- time_created (datetime) – The value to assign to the time_created property of this OracleDbGcpKeySummary.
- time_updated (datetime) – The value to assign to the time_updated property of this OracleDbGcpKeySummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this OracleDbGcpKeySummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this OracleDbGcpKeySummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this OracleDbGcpKeySummary.
-
compartment_id
¶ Gets the compartment_id of this OracleDbGcpKeySummary. The OCID of the compartment contains Oracle DB Google Cloud Key resource.
Returns: The compartment_id of this OracleDbGcpKeySummary. Return type: str
Gets the defined_tags of this OracleDbGcpKeySummary. 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 OracleDbGcpKeySummary. Return type: dict(str, dict(str, object))
-
display_name
¶ Gets the display_name of this OracleDbGcpKeySummary. Oracle DB Google Cloud Key resource name.
Returns: The display_name of this OracleDbGcpKeySummary. Return type: str
Gets the freeform_tags of this OracleDbGcpKeySummary. 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 OracleDbGcpKeySummary. Return type: dict(str, str)
-
gcp_key_id
¶ Gets the gcp_key_id of this OracleDbGcpKeySummary. The Google Cloud ID of the Google Key, Google Key resource URL.
Returns: The gcp_key_id of this OracleDbGcpKeySummary. Return type: str
-
gcp_key_properties
¶ Gets the gcp_key_properties of this OracleDbGcpKeySummary. Gcp Key properties
Returns: The gcp_key_properties of this OracleDbGcpKeySummary. Return type: object
-
id
¶ Gets the id of this OracleDbGcpKeySummary. The OCID for the Oracle DB Google Cloud Key resource.
Returns: The id of this OracleDbGcpKeySummary. Return type: str
-
lifecycle_state
¶ Gets the lifecycle_state of this OracleDbGcpKeySummary. The current lifecycle state of the Oracle DB Google Key resource.
Returns: The lifecycle_state of this OracleDbGcpKeySummary. Return type: str
-
lifecycle_state_details
¶ Gets the lifecycle_state_details of this OracleDbGcpKeySummary. Description of the current lifecycle state in more detail.
Returns: The lifecycle_state_details of this OracleDbGcpKeySummary. Return type: str
-
oracle_db_gcp_key_ring_id
¶ Gets the oracle_db_gcp_key_ring_id of this OracleDbGcpKeySummary. The OCID of the Oracle DB Google Cloud Key-Ring resource.
Returns: The oracle_db_gcp_key_ring_id of this OracleDbGcpKeySummary. Return type: str
-
resource_type
¶ Gets the resource_type of this OracleDbGcpKeySummary. Key resource type.
Returns: The resource_type of this OracleDbGcpKeySummary. Return type: str
Gets the system_tags of this OracleDbGcpKeySummary. 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 OracleDbGcpKeySummary. Return type: dict(str, dict(str, object))
-