CreateOracleDbGcpKeyRingDetails

class oci.dbmulticloud.models.CreateOracleDbGcpKeyRingDetails(**kwargs)

Bases: object

This object is about to provide input params to create Oracle DB GCP Key-Ring Details.

Methods

__init__(**kwargs) Initializes a new CreateOracleDbGcpKeyRingDetails object with values from keyword arguments.

Attributes

compartment_id [Required] Gets the compartment_id of this CreateOracleDbGcpKeyRingDetails.
defined_tags Gets the defined_tags of this CreateOracleDbGcpKeyRingDetails.
display_name [Required] Gets the display_name of this CreateOracleDbGcpKeyRingDetails.
freeform_tags Gets the freeform_tags of this CreateOracleDbGcpKeyRingDetails.
gcp_key_ring_id Gets the gcp_key_ring_id of this CreateOracleDbGcpKeyRingDetails.
location Gets the location of this CreateOracleDbGcpKeyRingDetails.
oracle_db_connector_id [Required] Gets the oracle_db_connector_id of this CreateOracleDbGcpKeyRingDetails.
properties Gets the properties of this CreateOracleDbGcpKeyRingDetails.
type Gets the type of this CreateOracleDbGcpKeyRingDetails.
__init__(**kwargs)

Initializes a new CreateOracleDbGcpKeyRingDetails 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 CreateOracleDbGcpKeyRingDetails.
  • oracle_db_connector_id (str) – The value to assign to the oracle_db_connector_id property of this CreateOracleDbGcpKeyRingDetails.
  • display_name (str) – The value to assign to the display_name property of this CreateOracleDbGcpKeyRingDetails.
  • gcp_key_ring_id (str) – The value to assign to the gcp_key_ring_id property of this CreateOracleDbGcpKeyRingDetails.
  • type (str) – The value to assign to the type property of this CreateOracleDbGcpKeyRingDetails.
  • location (str) – The value to assign to the location property of this CreateOracleDbGcpKeyRingDetails.
  • properties (dict(str, str)) – The value to assign to the properties property of this CreateOracleDbGcpKeyRingDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateOracleDbGcpKeyRingDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateOracleDbGcpKeyRingDetails.
compartment_id

[Required] Gets the compartment_id of this CreateOracleDbGcpKeyRingDetails. The compartment OCID where the Oracle DB GCP Key Ring resource resides.

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

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

[Required] Gets the display_name of this CreateOracleDbGcpKeyRingDetails. Display name of DB GCP Key Ring resource.

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

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

Gets the gcp_key_ring_id of this CreateOracleDbGcpKeyRingDetails. GCP Key Ring ID.

Returns:The gcp_key_ring_id of this CreateOracleDbGcpKeyRingDetails.
Return type:str
location

Gets the location of this CreateOracleDbGcpKeyRingDetails. Location of the GCP Key Ring resource.

Returns:The location of this CreateOracleDbGcpKeyRingDetails.
Return type:str
oracle_db_connector_id

[Required] Gets the oracle_db_connector_id of this CreateOracleDbGcpKeyRingDetails. The OCID of the compartment where the Oracle DB GCP Identity Connector resource resides.

Returns:The oracle_db_connector_id of this CreateOracleDbGcpKeyRingDetails.
Return type:str
properties

Gets the properties of this CreateOracleDbGcpKeyRingDetails. Oracle DB GCP Key Ring resource’s properties.

Returns:The properties of this CreateOracleDbGcpKeyRingDetails.
Return type:dict(str, str)
type

Gets the type of this CreateOracleDbGcpKeyRingDetails. Oracle DB GCP Key Ring resource Type.

Returns:The type of this CreateOracleDbGcpKeyRingDetails.
Return type:str