OracleDbGcpIdentityConnectorSummary

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

Bases: object

Oracle DB GCP Identity Connector resource summary.

Methods

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

Attributes

compartment_id Gets the compartment_id of this OracleDbGcpIdentityConnectorSummary.
defined_tags Gets the defined_tags of this OracleDbGcpIdentityConnectorSummary.
display_name Gets the display_name of this OracleDbGcpIdentityConnectorSummary.
freeform_tags Gets the freeform_tags of this OracleDbGcpIdentityConnectorSummary.
gcp_identity_connectivity_status Gets the gcp_identity_connectivity_status of this OracleDbGcpIdentityConnectorSummary.
gcp_location Gets the gcp_location of this OracleDbGcpIdentityConnectorSummary.
gcp_nodes Gets the gcp_nodes of this OracleDbGcpIdentityConnectorSummary.
gcp_resource_service_agent_id Gets the gcp_resource_service_agent_id of this OracleDbGcpIdentityConnectorSummary.
gcp_workload_identity_pool_id Gets the gcp_workload_identity_pool_id of this OracleDbGcpIdentityConnectorSummary.
gcp_workload_identity_provider_id Gets the gcp_workload_identity_provider_id of this OracleDbGcpIdentityConnectorSummary.
id Gets the id of this OracleDbGcpIdentityConnectorSummary.
issuer_url Gets the issuer_url of this OracleDbGcpIdentityConnectorSummary.
lifecycle_state Gets the lifecycle_state of this OracleDbGcpIdentityConnectorSummary.
lifecycle_state_details Gets the lifecycle_state_details of this OracleDbGcpIdentityConnectorSummary.
project_id Gets the project_id of this OracleDbGcpIdentityConnectorSummary.
resource_id Gets the resource_id of this OracleDbGcpIdentityConnectorSummary.
system_tags Gets the system_tags of this OracleDbGcpIdentityConnectorSummary.
time_created Gets the time_created of this OracleDbGcpIdentityConnectorSummary.
time_updated Gets the time_updated of this OracleDbGcpIdentityConnectorSummary.
__init__(**kwargs)

Initializes a new OracleDbGcpIdentityConnectorSummary 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 OracleDbGcpIdentityConnectorSummary.
  • display_name (str) – The value to assign to the display_name property of this OracleDbGcpIdentityConnectorSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this OracleDbGcpIdentityConnectorSummary.
  • issuer_url (str) – The value to assign to the issuer_url property of this OracleDbGcpIdentityConnectorSummary.
  • project_id (str) – The value to assign to the project_id property of this OracleDbGcpIdentityConnectorSummary.
  • resource_id (str) – The value to assign to the resource_id property of this OracleDbGcpIdentityConnectorSummary.
  • gcp_location (str) – The value to assign to the gcp_location property of this OracleDbGcpIdentityConnectorSummary.
  • gcp_workload_identity_pool_id (str) – The value to assign to the gcp_workload_identity_pool_id property of this OracleDbGcpIdentityConnectorSummary.
  • gcp_workload_identity_provider_id (str) – The value to assign to the gcp_workload_identity_provider_id property of this OracleDbGcpIdentityConnectorSummary.
  • gcp_resource_service_agent_id (str) – The value to assign to the gcp_resource_service_agent_id property of this OracleDbGcpIdentityConnectorSummary.
  • gcp_nodes (list[oci.dbmulticloud.models.GcpNodes]) – The value to assign to the gcp_nodes property of this OracleDbGcpIdentityConnectorSummary.
  • gcp_identity_connectivity_status (str) – The value to assign to the gcp_identity_connectivity_status property of this OracleDbGcpIdentityConnectorSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this OracleDbGcpIdentityConnectorSummary.
  • lifecycle_state_details (str) – The value to assign to the lifecycle_state_details property of this OracleDbGcpIdentityConnectorSummary.
  • time_created (datetime) – The value to assign to the time_created property of this OracleDbGcpIdentityConnectorSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this OracleDbGcpIdentityConnectorSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this OracleDbGcpIdentityConnectorSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this OracleDbGcpIdentityConnectorSummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this OracleDbGcpIdentityConnectorSummary.
compartment_id

Gets the compartment_id of this OracleDbGcpIdentityConnectorSummary. The OCID of the compartment that contains the Oracle DB GCP Identity Connector resource.

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

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

Gets the display_name of this OracleDbGcpIdentityConnectorSummary. Oracle DB GCP Identity Connector resource name.

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

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

Gets the gcp_identity_connectivity_status of this OracleDbGcpIdentityConnectorSummary. The current lifecycle state of the GCP Identity Connector resource.

Returns:The gcp_identity_connectivity_status of this OracleDbGcpIdentityConnectorSummary.
Return type:str
gcp_location

Gets the gcp_location of this OracleDbGcpIdentityConnectorSummary. GCP Location.

Returns:The gcp_location of this OracleDbGcpIdentityConnectorSummary.
Return type:str
gcp_nodes

Gets the gcp_nodes of this OracleDbGcpIdentityConnectorSummary. List of All VMs where GCP Identity Connector is configured for this VMCluster.

Returns:The gcp_nodes of this OracleDbGcpIdentityConnectorSummary.
Return type:list[oci.dbmulticloud.models.GcpNodes]
gcp_resource_service_agent_id

Gets the gcp_resource_service_agent_id of this OracleDbGcpIdentityConnectorSummary. The ID of the GCP resource service agent.

Returns:The gcp_resource_service_agent_id of this OracleDbGcpIdentityConnectorSummary.
Return type:str
gcp_workload_identity_pool_id

Gets the gcp_workload_identity_pool_id of this OracleDbGcpIdentityConnectorSummary. The ID of the cloud GCP Workload Identity Pool.

Returns:The gcp_workload_identity_pool_id of this OracleDbGcpIdentityConnectorSummary.
Return type:str
gcp_workload_identity_provider_id

Gets the gcp_workload_identity_provider_id of this OracleDbGcpIdentityConnectorSummary. The ID of the GCP Workload Identity Provider.

Returns:The gcp_workload_identity_provider_id of this OracleDbGcpIdentityConnectorSummary.
Return type:str
id

Gets the id of this OracleDbGcpIdentityConnectorSummary. The OCID of the Oracle DB GCP Identity Connector resource.

Returns:The id of this OracleDbGcpIdentityConnectorSummary.
Return type:str
issuer_url

Gets the issuer_url of this OracleDbGcpIdentityConnectorSummary. OIDC token issuer Url

Returns:The issuer_url of this OracleDbGcpIdentityConnectorSummary.
Return type:str
lifecycle_state

Gets the lifecycle_state of this OracleDbGcpIdentityConnectorSummary. The current lifecycle state of the GCP Identity Connector resource.

Returns:The lifecycle_state of this OracleDbGcpIdentityConnectorSummary.
Return type:str
lifecycle_state_details

Gets the lifecycle_state_details of this OracleDbGcpIdentityConnectorSummary. Description of the current lifecycle state in more detail.

Returns:The lifecycle_state_details of this OracleDbGcpIdentityConnectorSummary.
Return type:str
project_id

Gets the project_id of this OracleDbGcpIdentityConnectorSummary. Project id of the customer project.

Returns:The project_id of this OracleDbGcpIdentityConnectorSummary.
Return type:str
resource_id

Gets the resource_id of this OracleDbGcpIdentityConnectorSummary. The OCID of the GCP VM Cluster resource.

Returns:The resource_id of this OracleDbGcpIdentityConnectorSummary.
Return type:str
system_tags

Gets the system_tags of this OracleDbGcpIdentityConnectorSummary. 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 OracleDbGcpIdentityConnectorSummary.
Return type:dict(str, dict(str, object))
time_created

Gets the time_created of this OracleDbGcpIdentityConnectorSummary. 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 OracleDbGcpIdentityConnectorSummary.
Return type:datetime
time_updated

Gets the time_updated of this OracleDbGcpIdentityConnectorSummary. 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 OracleDbGcpIdentityConnectorSummary.
Return type:datetime