TenancyAttachmentSummary

class oci.resource_analytics.models.TenancyAttachmentSummary(**kwargs)

Bases: object

Summary information about a TenancyAttachment.

Methods

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

Attributes

description Gets the description of this TenancyAttachmentSummary.
id [Required] Gets the id of this TenancyAttachmentSummary.
is_reporting_tenancy [Required] Gets the is_reporting_tenancy of this TenancyAttachmentSummary.
lifecycle_details Gets the lifecycle_details of this TenancyAttachmentSummary.
lifecycle_state [Required] Gets the lifecycle_state of this TenancyAttachmentSummary.
resource_analytics_instance_id [Required] Gets the resource_analytics_instance_id of this TenancyAttachmentSummary.
system_tags Gets the system_tags of this TenancyAttachmentSummary.
tenancy_id [Required] Gets the tenancy_id of this TenancyAttachmentSummary.
time_created [Required] Gets the time_created of this TenancyAttachmentSummary.
time_updated Gets the time_updated of this TenancyAttachmentSummary.
__init__(**kwargs)

Initializes a new TenancyAttachmentSummary 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 TenancyAttachmentSummary.
  • description (str) – The value to assign to the description property of this TenancyAttachmentSummary.
  • resource_analytics_instance_id (str) – The value to assign to the resource_analytics_instance_id property of this TenancyAttachmentSummary.
  • tenancy_id (str) – The value to assign to the tenancy_id property of this TenancyAttachmentSummary.
  • is_reporting_tenancy (bool) – The value to assign to the is_reporting_tenancy property of this TenancyAttachmentSummary.
  • time_created (datetime) – The value to assign to the time_created property of this TenancyAttachmentSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this TenancyAttachmentSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this TenancyAttachmentSummary.
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this TenancyAttachmentSummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this TenancyAttachmentSummary.
description

Gets the description of this TenancyAttachmentSummary. A description of the tenancy.

Returns:The description of this TenancyAttachmentSummary.
Return type:str
id

[Required] Gets the id of this TenancyAttachmentSummary. The OCID of the TenancyAttachment.

Returns:The id of this TenancyAttachmentSummary.
Return type:str
is_reporting_tenancy

[Required] Gets the is_reporting_tenancy of this TenancyAttachmentSummary. Whether the tenancy is the tenancy used when creating Resource Analytics Instance.

Returns:The is_reporting_tenancy of this TenancyAttachmentSummary.
Return type:bool
lifecycle_details

Gets the lifecycle_details of this TenancyAttachmentSummary. A message that describes the current state of the TenancyAttachment 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 TenancyAttachmentSummary.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this TenancyAttachmentSummary. The current state of the TenancyAttachment.

Returns:The lifecycle_state of this TenancyAttachmentSummary.
Return type:str
resource_analytics_instance_id

[Required] Gets the resource_analytics_instance_id of this TenancyAttachmentSummary. The OCID of the ResourceAnalyticsInstance associated with this TenancyAttachment.

Returns:The resource_analytics_instance_id of this TenancyAttachmentSummary.
Return type:str
system_tags

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

[Required] Gets the tenancy_id of this TenancyAttachmentSummary. The OCID of the tenancy associated with this TenancyAttachment.

Returns:The tenancy_id of this TenancyAttachmentSummary.
Return type:str
time_created

[Required] Gets the time_created of this TenancyAttachmentSummary. The date and time the TenancyAttachment was created, in the format defined by RFC 3339.

Example: 2016-08-25T21:10:29.600Z

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

Gets the time_updated of this TenancyAttachmentSummary. The date and time the TenancyAttachment was updated, in the format defined by RFC 3339.

Example: 2016-08-25T21:10:29.600Z

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