Show / Hide Table of Contents

Class AssociatedResourceSummary

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

Inheritance
object
AssociatedResourceSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ResourcemanagerService.Models
Assembly: OCI.DotNetSDK.Resourcemanager.dll
Syntax
public class AssociatedResourceSummary

Properties

Attributes

Declaration
[JsonProperty(PropertyName = "attributes")]
public Dictionary<string, string> Attributes { get; set; }
Property Value
Type Description
Dictionary<string, string>

Resource attribute values. Each value is represented as a key-value pair. Example: {"state": "AVAILABLE"}

Region

Declaration
[JsonProperty(PropertyName = "region")]
public string Region { get; set; }
Property Value
Type Description
string

Resource region. For information about regions, see Regions and Availability Domains. Example: us-phoenix-1

ResourceAddress

Declaration
[JsonProperty(PropertyName = "resourceAddress")]
public string ResourceAddress { get; set; }
Property Value
Type Description
string

Terraform resource address.

ResourceId

Declaration
[JsonProperty(PropertyName = "resourceId")]
public string ResourceId { get; set; }
Property Value
Type Description
string

Unique identifier for the resource.

ResourceName

Declaration
[JsonProperty(PropertyName = "resourceName")]
public string ResourceName { get; set; }
Property Value
Type Description
string

Name of the resource.

ResourceType

Declaration
[JsonProperty(PropertyName = "resourceType")]
public string ResourceType { get; set; }
Property Value
Type Description
string

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

TimeCreated

Declaration
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
Type Description
DateTime?

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

In this article
Back to top