MultiCloudResourceDiscoverySummary

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

Bases: object

Multi Cloud Resource Discovery Summary.

Methods

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

Attributes

compartment_id Gets the compartment_id of this MultiCloudResourceDiscoverySummary.
defined_tags Gets the defined_tags of this MultiCloudResourceDiscoverySummary.
display_name Gets the display_name of this MultiCloudResourceDiscoverySummary.
freeform_tags Gets the freeform_tags of this MultiCloudResourceDiscoverySummary.
id Gets the id of this MultiCloudResourceDiscoverySummary.
last_modification Gets the last_modification of this MultiCloudResourceDiscoverySummary.
lifecycle_state Gets the lifecycle_state of this MultiCloudResourceDiscoverySummary.
lifecycle_state_details Gets the lifecycle_state_details of this MultiCloudResourceDiscoverySummary.
oracle_db_connector_id Gets the oracle_db_connector_id of this MultiCloudResourceDiscoverySummary.
resource_type Gets the resource_type of this MultiCloudResourceDiscoverySummary.
resources Gets the resources of this MultiCloudResourceDiscoverySummary.
system_tags Gets the system_tags of this MultiCloudResourceDiscoverySummary.
time_created Gets the time_created of this MultiCloudResourceDiscoverySummary.
time_updated Gets the time_updated of this MultiCloudResourceDiscoverySummary.
__init__(**kwargs)

Initializes a new MultiCloudResourceDiscoverySummary 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 MultiCloudResourceDiscoverySummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this MultiCloudResourceDiscoverySummary.
  • display_name (str) – The value to assign to the display_name property of this MultiCloudResourceDiscoverySummary.
  • oracle_db_connector_id (str) – The value to assign to the oracle_db_connector_id property of this MultiCloudResourceDiscoverySummary.
  • resources (list[oci.dbmulticloud.models.Resources]) – The value to assign to the resources property of this MultiCloudResourceDiscoverySummary.
  • resource_type (str) – The value to assign to the resource_type property of this MultiCloudResourceDiscoverySummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this MultiCloudResourceDiscoverySummary.
  • lifecycle_state_details (str) – The value to assign to the lifecycle_state_details property of this MultiCloudResourceDiscoverySummary.
  • time_created (datetime) – The value to assign to the time_created property of this MultiCloudResourceDiscoverySummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this MultiCloudResourceDiscoverySummary.
  • last_modification (str) – The value to assign to the last_modification property of this MultiCloudResourceDiscoverySummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this MultiCloudResourceDiscoverySummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this MultiCloudResourceDiscoverySummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this MultiCloudResourceDiscoverySummary.
compartment_id

Gets the compartment_id of this MultiCloudResourceDiscoverySummary. The OCID of the compartment that contains Multi Cloud Discovery Resource.

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

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

Gets the display_name of this MultiCloudResourceDiscoverySummary. Display name of Multi Cloud Discovery Resource.

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

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

Gets the id of this MultiCloudResourceDiscoverySummary. The OCID of the Multi Cloud Discovery Resource.

Returns:The id of this MultiCloudResourceDiscoverySummary.
Return type:str
last_modification

Gets the last_modification of this MultiCloudResourceDiscoverySummary. Description of the latest modification of the Multi Cloud Discovery Resource.

Returns:The last_modification of this MultiCloudResourceDiscoverySummary.
Return type:str
lifecycle_state

Gets the lifecycle_state of this MultiCloudResourceDiscoverySummary. The current lifecycle state of the Discovered Resource.

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

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

Returns:The lifecycle_state_details of this MultiCloudResourceDiscoverySummary.
Return type:str
oracle_db_connector_id

Gets the oracle_db_connector_id of this MultiCloudResourceDiscoverySummary. The OCID of the Oracle DB Connector Resource.

Returns:The oracle_db_connector_id of this MultiCloudResourceDiscoverySummary.
Return type:str
resource_type

Gets the resource_type of this MultiCloudResourceDiscoverySummary. Resource Type to discover.

Returns:The resource_type of this MultiCloudResourceDiscoverySummary.
Return type:str
resources

Gets the resources of this MultiCloudResourceDiscoverySummary. List of All Discovered Vaults and Keys for respective vaults.

Returns:The resources of this MultiCloudResourceDiscoverySummary.
Return type:list[oci.dbmulticloud.models.Resources]
system_tags

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

Gets the time_created of this MultiCloudResourceDiscoverySummary. Time when the Multi Cloud Discovery Resource was created in RFC 3339 timestamp format, e.g. ‘2020-05-22T21:10:29.600Z’

Returns:The time_created of this MultiCloudResourceDiscoverySummary.
Return type:datetime
time_updated

Gets the time_updated of this MultiCloudResourceDiscoverySummary. Time when the Multi Cloud Discovery Resource was last modified, expressed in RFC 3339 timestamp format, e.g. ‘2020-05-22T21:10:29.600Z’

Returns:The time_updated of this MultiCloudResourceDiscoverySummary.
Return type:datetime