AssociatedResourceSummary

class oci.resource_manager.models.AssociatedResourceSummary(**kwargs)

Bases: object

Summary information for a resource associated with a stack or job.

Methods

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

Attributes

attributes Gets the attributes of this AssociatedResourceSummary.
region Gets the region of this AssociatedResourceSummary.
resource_address Gets the resource_address of this AssociatedResourceSummary.
resource_id Gets the resource_id of this AssociatedResourceSummary.
resource_name Gets the resource_name of this AssociatedResourceSummary.
resource_type Gets the resource_type of this AssociatedResourceSummary.
time_created Gets the time_created of this AssociatedResourceSummary.
__init__(**kwargs)

Initializes a new AssociatedResourceSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • resource_id (str) – The value to assign to the resource_id property of this AssociatedResourceSummary.
  • resource_name (str) – The value to assign to the resource_name property of this AssociatedResourceSummary.
  • resource_type (str) – The value to assign to the resource_type property of this AssociatedResourceSummary.
  • attributes (dict(str, str)) – The value to assign to the attributes property of this AssociatedResourceSummary.
  • time_created (datetime) – The value to assign to the time_created property of this AssociatedResourceSummary.
  • region (str) – The value to assign to the region property of this AssociatedResourceSummary.
  • resource_address (str) – The value to assign to the resource_address property of this AssociatedResourceSummary.
attributes

Gets the attributes of this AssociatedResourceSummary. Resource attribute values. Each value is represented as a key-value pair. Example: {“state”: “AVAILABLE”}

Returns:The attributes of this AssociatedResourceSummary.
Return type:dict(str, str)
region

Gets the region of this AssociatedResourceSummary. Resource region. For information about regions, see Regions and Availability Domains. Example: us-phoenix-1

Returns:The region of this AssociatedResourceSummary.
Return type:str
resource_address

Gets the resource_address of this AssociatedResourceSummary. Terraform resource address.

Returns:The resource_address of this AssociatedResourceSummary.
Return type:str
resource_id

Gets the resource_id of this AssociatedResourceSummary. Unique identifier for the resource.

Returns:The resource_id of this AssociatedResourceSummary.
Return type:str
resource_name

Gets the resource_name of this AssociatedResourceSummary. Name of the resource.

Returns:The resource_name of this AssociatedResourceSummary.
Return type:str
resource_type

Gets the resource_type of this AssociatedResourceSummary. Resource type. For more information about resource types supported for the Oracle Cloud Infrastructure (OCI) provider, see Oracle Cloud Infrastructure Provider.

Returns:The resource_type of this AssociatedResourceSummary.
Return type:str
time_created

Gets the time_created of this AssociatedResourceSummary. The date and time when the stack was created. Format is defined by RFC3339. Example: 2022-07-25T21:10:29.600Z

Returns:The time_created of this AssociatedResourceSummary.
Return type:datetime