InstanceSummary¶
-
class
oci.ddfs.models.InstanceSummary(**kwargs)¶ Bases:
objectSummary information about an Instance.
Methods
__init__(**kwargs)Initializes a new InstanceSummary object with values from keyword arguments. Attributes
compartment_id[Required] Gets the compartment_id of this InstanceSummary. defined_tags[Required] Gets the defined_tags of this InstanceSummary. display_name[Required] Gets the display_name of this InstanceSummary. freeform_tags[Required] Gets the freeform_tags of this InstanceSummary. id[Required] Gets the id of this InstanceSummary. idcs_url[Required] Gets the idcs_url of this InstanceSummary. lifecycle_detailsGets the lifecycle_details of this InstanceSummary. lifecycle_state[Required] Gets the lifecycle_state of this InstanceSummary. system_tagsGets the system_tags of this InstanceSummary. time_created[Required] Gets the time_created of this InstanceSummary. time_updatedGets the time_updated of this InstanceSummary. -
__init__(**kwargs)¶ Initializes a new InstanceSummary 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 InstanceSummary.
- display_name (str) – The value to assign to the display_name property of this InstanceSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this InstanceSummary.
- idcs_url (str) – The value to assign to the idcs_url property of this InstanceSummary.
- time_created (datetime) – The value to assign to the time_created property of this InstanceSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this InstanceSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this InstanceSummary.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this InstanceSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this InstanceSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this InstanceSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this InstanceSummary.
-
compartment_id¶ [Required] Gets the compartment_id of this InstanceSummary. The OCID of the compartment.
Returns: The compartment_id of this InstanceSummary. Return type: str
[Required] Gets the defined_tags of this InstanceSummary. 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 InstanceSummary. Return type: dict(str, dict(str, object))
-
display_name¶ [Required] Gets the display_name of this InstanceSummary. A user-friendly name. Does not have to be unique, and it’s changeable.
Returns: The display_name of this InstanceSummary. Return type: str
[Required] Gets the freeform_tags of this InstanceSummary. 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 InstanceSummary. Return type: dict(str, str)
-
id¶ [Required] Gets the id of this InstanceSummary. The OCID of the Instance.
Returns: The id of this InstanceSummary. Return type: str
-
idcs_url¶ [Required] Gets the idcs_url of this InstanceSummary. The Oracle Identity Cloud Service (IDCS) URL for the identity domain associated with the instance. Use the IDCS tenant URL from your identity domain configuration.
Example: https://idcs-1234567890.identity.oraclecloud.com
Returns: The idcs_url of this InstanceSummary. Return type: str
-
lifecycle_details¶ Gets the lifecycle_details of this InstanceSummary. A message that describes the current state of the Instance in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
Returns: The lifecycle_details of this InstanceSummary. Return type: str
-
lifecycle_state¶ [Required] Gets the lifecycle_state of this InstanceSummary. The current state of the Instance.
Returns: The lifecycle_state of this InstanceSummary. Return type: str
Gets the system_tags of this InstanceSummary. System tags for this resource. Each key is predefined and scoped to a namespace.
Example: {“orcl-cloud”: {“example-key”: “example-value”}}
Returns: The system_tags of this InstanceSummary. Return type: dict(str, dict(str, object))
-