OracleDbGcpIdentityConnector¶
- 
class oci.dbmulticloud.models.OracleDbGcpIdentityConnector(**kwargs)¶
- Bases: - object- This resource is used to create and manage a GCP Identity Connector for Oracle Database running on Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D). The Identity Connector enables secure communication between Oracle Cloud and Google Cloud services. - Attributes - GCP_IDENTITY_CONNECTIVITY_STATUS_CONNECTED- A constant which can be used with the gcp_identity_connectivity_status property of a OracleDbGcpIdentityConnector. - GCP_IDENTITY_CONNECTIVITY_STATUS_DISCONNECTED- A constant which can be used with the gcp_identity_connectivity_status property of a OracleDbGcpIdentityConnector. - GCP_IDENTITY_CONNECTIVITY_STATUS_PARTIALLY_CONNECTED- A constant which can be used with the gcp_identity_connectivity_status property of a OracleDbGcpIdentityConnector. - GCP_IDENTITY_CONNECTIVITY_STATUS_UNKNOWN- A constant which can be used with the gcp_identity_connectivity_status property of a OracleDbGcpIdentityConnector. - LIFECYCLE_STATE_ACTIVE- A constant which can be used with the lifecycle_state property of a OracleDbGcpIdentityConnector. - LIFECYCLE_STATE_CREATING- A constant which can be used with the lifecycle_state property of a OracleDbGcpIdentityConnector. - LIFECYCLE_STATE_DELETED- A constant which can be used with the lifecycle_state property of a OracleDbGcpIdentityConnector. - LIFECYCLE_STATE_DELETING- A constant which can be used with the lifecycle_state property of a OracleDbGcpIdentityConnector. - LIFECYCLE_STATE_FAILED- A constant which can be used with the lifecycle_state property of a OracleDbGcpIdentityConnector. - LIFECYCLE_STATE_UPDATING- A constant which can be used with the lifecycle_state property of a OracleDbGcpIdentityConnector. - compartment_id- [Required] Gets the compartment_id of this OracleDbGcpIdentityConnector. - defined_tags- Gets the defined_tags of this OracleDbGcpIdentityConnector. - display_name- Gets the display_name of this OracleDbGcpIdentityConnector. - freeform_tags- Gets the freeform_tags of this OracleDbGcpIdentityConnector. - gcp_identity_connectivity_status- Gets the gcp_identity_connectivity_status of this OracleDbGcpIdentityConnector. - gcp_location- [Required] Gets the gcp_location of this OracleDbGcpIdentityConnector. - gcp_nodes- Gets the gcp_nodes of this OracleDbGcpIdentityConnector. - gcp_resource_service_agent_id- [Required] Gets the gcp_resource_service_agent_id of this OracleDbGcpIdentityConnector. - gcp_workload_identity_pool_id- [Required] Gets the gcp_workload_identity_pool_id of this OracleDbGcpIdentityConnector. - gcp_workload_identity_provider_id- [Required] Gets the gcp_workload_identity_provider_id of this OracleDbGcpIdentityConnector. - id- [Required] Gets the id of this OracleDbGcpIdentityConnector. - issuer_url- [Required] Gets the issuer_url of this OracleDbGcpIdentityConnector. - lifecycle_state- Gets the lifecycle_state of this OracleDbGcpIdentityConnector. - lifecycle_state_details- Gets the lifecycle_state_details of this OracleDbGcpIdentityConnector. - project_id- [Required] Gets the project_id of this OracleDbGcpIdentityConnector. - resource_id- [Required] Gets the resource_id of this OracleDbGcpIdentityConnector. - system_tags- Gets the system_tags of this OracleDbGcpIdentityConnector. - time_created- Gets the time_created of this OracleDbGcpIdentityConnector. - time_updated- Gets the time_updated of this OracleDbGcpIdentityConnector. - Methods - __init__(**kwargs)- Initializes a new OracleDbGcpIdentityConnector object with values from keyword arguments. - 
GCP_IDENTITY_CONNECTIVITY_STATUS_CONNECTED= 'CONNECTED'¶
- A constant which can be used with the gcp_identity_connectivity_status property of a OracleDbGcpIdentityConnector. This constant has a value of “CONNECTED” 
 - 
GCP_IDENTITY_CONNECTIVITY_STATUS_DISCONNECTED= 'DISCONNECTED'¶
- A constant which can be used with the gcp_identity_connectivity_status property of a OracleDbGcpIdentityConnector. This constant has a value of “DISCONNECTED” 
 - 
GCP_IDENTITY_CONNECTIVITY_STATUS_PARTIALLY_CONNECTED= 'PARTIALLY_CONNECTED'¶
- A constant which can be used with the gcp_identity_connectivity_status property of a OracleDbGcpIdentityConnector. This constant has a value of “PARTIALLY_CONNECTED” 
 - 
GCP_IDENTITY_CONNECTIVITY_STATUS_UNKNOWN= 'UNKNOWN'¶
- A constant which can be used with the gcp_identity_connectivity_status property of a OracleDbGcpIdentityConnector. This constant has a value of “UNKNOWN” 
 - 
LIFECYCLE_STATE_ACTIVE= 'ACTIVE'¶
- A constant which can be used with the lifecycle_state property of a OracleDbGcpIdentityConnector. This constant has a value of “ACTIVE” 
 - 
LIFECYCLE_STATE_CREATING= 'CREATING'¶
- A constant which can be used with the lifecycle_state property of a OracleDbGcpIdentityConnector. This constant has a value of “CREATING” 
 - 
LIFECYCLE_STATE_DELETED= 'DELETED'¶
- A constant which can be used with the lifecycle_state property of a OracleDbGcpIdentityConnector. This constant has a value of “DELETED” 
 - 
LIFECYCLE_STATE_DELETING= 'DELETING'¶
- A constant which can be used with the lifecycle_state property of a OracleDbGcpIdentityConnector. This constant has a value of “DELETING” 
 - 
LIFECYCLE_STATE_FAILED= 'FAILED'¶
- A constant which can be used with the lifecycle_state property of a OracleDbGcpIdentityConnector. This constant has a value of “FAILED” 
 - 
LIFECYCLE_STATE_UPDATING= 'UPDATING'¶
- A constant which can be used with the lifecycle_state property of a OracleDbGcpIdentityConnector. This constant has a value of “UPDATING” 
 - 
__init__(**kwargs)¶
- Initializes a new OracleDbGcpIdentityConnector 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 OracleDbGcpIdentityConnector.
- display_name (str) – The value to assign to the display_name property of this OracleDbGcpIdentityConnector.
- compartment_id (str) – The value to assign to the compartment_id property of this OracleDbGcpIdentityConnector.
- issuer_url (str) – The value to assign to the issuer_url property of this OracleDbGcpIdentityConnector.
- project_id (str) – The value to assign to the project_id property of this OracleDbGcpIdentityConnector.
- resource_id (str) – The value to assign to the resource_id property of this OracleDbGcpIdentityConnector.
- gcp_location (str) – The value to assign to the gcp_location property of this OracleDbGcpIdentityConnector.
- gcp_workload_identity_pool_id (str) – The value to assign to the gcp_workload_identity_pool_id property of this OracleDbGcpIdentityConnector.
- gcp_workload_identity_provider_id (str) – The value to assign to the gcp_workload_identity_provider_id property of this OracleDbGcpIdentityConnector.
- gcp_resource_service_agent_id (str) – The value to assign to the gcp_resource_service_agent_id property of this OracleDbGcpIdentityConnector.
- gcp_nodes (list[oci.dbmulticloud.models.GcpNodes]) – The value to assign to the gcp_nodes property of this OracleDbGcpIdentityConnector.
- gcp_identity_connectivity_status (str) – The value to assign to the gcp_identity_connectivity_status property of this OracleDbGcpIdentityConnector. Allowed values for this property are: “CONNECTED”, “DISCONNECTED”, “PARTIALLY_CONNECTED”, “UNKNOWN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this OracleDbGcpIdentityConnector. Allowed values for this property are: “CREATING”, “ACTIVE”, “UPDATING”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- lifecycle_state_details (str) – The value to assign to the lifecycle_state_details property of this OracleDbGcpIdentityConnector.
- time_created (datetime) – The value to assign to the time_created property of this OracleDbGcpIdentityConnector.
- time_updated (datetime) – The value to assign to the time_updated property of this OracleDbGcpIdentityConnector.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this OracleDbGcpIdentityConnector.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this OracleDbGcpIdentityConnector.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this OracleDbGcpIdentityConnector.
 
 - 
compartment_id¶
- [Required] Gets the compartment_id of this OracleDbGcpIdentityConnector. The OCID of the compartment that contains the Oracle DB GCP Identity Connector resource. - Returns: - The compartment_id of this OracleDbGcpIdentityConnector. - Return type: - str 
 - Gets the defined_tags of this OracleDbGcpIdentityConnector. 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 OracleDbGcpIdentityConnector. - Return type: - dict(str, dict(str, object)) 
 - 
display_name¶
- Gets the display_name of this OracleDbGcpIdentityConnector. Oracle DB GCP Identity Connector resource name. - Returns: - The display_name of this OracleDbGcpIdentityConnector. - Return type: - str 
 - Gets the freeform_tags of this OracleDbGcpIdentityConnector. 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 OracleDbGcpIdentityConnector. - Return type: - dict(str, str) 
 - 
gcp_identity_connectivity_status¶
- Gets the gcp_identity_connectivity_status of this OracleDbGcpIdentityConnector. The current Connectivity status of GCP Identity Connector resource. - Allowed values for this property are: “CONNECTED”, “DISCONNECTED”, “PARTIALLY_CONNECTED”, “UNKNOWN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’. - Returns: - The gcp_identity_connectivity_status of this OracleDbGcpIdentityConnector. - Return type: - str 
 - 
gcp_location¶
- [Required] Gets the gcp_location of this OracleDbGcpIdentityConnector. GCP Location. - Returns: - The gcp_location of this OracleDbGcpIdentityConnector. - Return type: - str 
 - 
gcp_nodes¶
- Gets the gcp_nodes of this OracleDbGcpIdentityConnector. List of All VMs where GCP Identity Connector is configured for this VMCluster. - Returns: - The gcp_nodes of this OracleDbGcpIdentityConnector. - Return type: - list[oci.dbmulticloud.models.GcpNodes] 
 - 
gcp_resource_service_agent_id¶
- [Required] Gets the gcp_resource_service_agent_id of this OracleDbGcpIdentityConnector. The ID of the GCP resource service agent. - Returns: - The gcp_resource_service_agent_id of this OracleDbGcpIdentityConnector. - Return type: - str 
 - 
gcp_workload_identity_pool_id¶
- [Required] Gets the gcp_workload_identity_pool_id of this OracleDbGcpIdentityConnector. The ID of the cloud GCP Workload Identity Pool. - Returns: - The gcp_workload_identity_pool_id of this OracleDbGcpIdentityConnector. - Return type: - str 
 - 
gcp_workload_identity_provider_id¶
- [Required] Gets the gcp_workload_identity_provider_id of this OracleDbGcpIdentityConnector. The ID of the GCP Workload Identity Provider. - Returns: - The gcp_workload_identity_provider_id of this OracleDbGcpIdentityConnector. - Return type: - str 
 - 
id¶
- [Required] Gets the id of this OracleDbGcpIdentityConnector. The OCID of the Oracle DB GCP Identity Connector resource. - Returns: - The id of this OracleDbGcpIdentityConnector. - Return type: - str 
 - 
issuer_url¶
- [Required] Gets the issuer_url of this OracleDbGcpIdentityConnector. OIDC token issuer Url. - Returns: - The issuer_url of this OracleDbGcpIdentityConnector. - Return type: - str 
 - 
lifecycle_state¶
- Gets the lifecycle_state of this OracleDbGcpIdentityConnector. The current lifecycle state of the GCP Identity Connector resource. - Allowed values for this property are: “CREATING”, “ACTIVE”, “UPDATING”, “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 OracleDbGcpIdentityConnector. - Return type: - str 
 - 
lifecycle_state_details¶
- Gets the lifecycle_state_details of this OracleDbGcpIdentityConnector. Description of the current lifecycle state in more detail. - Returns: - The lifecycle_state_details of this OracleDbGcpIdentityConnector. - Return type: - str 
 - 
project_id¶
- [Required] Gets the project_id of this OracleDbGcpIdentityConnector. Project id of the customer project. - Returns: - The project_id of this OracleDbGcpIdentityConnector. - Return type: - str 
 - 
resource_id¶
- [Required] Gets the resource_id of this OracleDbGcpIdentityConnector. The OCID of the GCP VM Cluster resource. - Returns: - The resource_id of this OracleDbGcpIdentityConnector. - Return type: - str 
 - Gets the system_tags of this OracleDbGcpIdentityConnector. 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 OracleDbGcpIdentityConnector. - Return type: - dict(str, dict(str, object)) 
 - 
time_created¶
- Gets the time_created of this OracleDbGcpIdentityConnector. Time when the Oracle DB GCP Identity Connector resource was created expressed in RFC 3339 timestamp format, e.g. ‘2020-05-22T21:10:29.600Z’ - Returns: - The time_created of this OracleDbGcpIdentityConnector. - Return type: - datetime 
 - 
time_updated¶
- Gets the time_updated of this OracleDbGcpIdentityConnector. Time when the Oracle DB GCP Identity Connector resource was last modified expressed in RFC 3339 timestamp format, e.g. ‘2020-05-22T21:10:29.600Z’ - Returns: - The time_updated of this OracleDbGcpIdentityConnector. - Return type: - datetime 
 
-