Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace StackResourceDriftSummary

Drift status details for the indicated resource and stack. Includes actual and expected (defined) properties.

Properties

Optional actualProperties

actualProperties: undefined | object

Actual values of properties that the stack defines for the indicated resource. Each property and value is provided as a key-value pair. The following example shows actual values for the resource's display name and server type: {@code {"display_name": "tf-default-dhcp-options-new", "options.0.server_type": "VcnLocalPlusInternet"}}

Optional compartmentId

compartmentId: undefined | string

The OCID of the compartment where the stack is located.

Optional expectedProperties

expectedProperties: undefined | object

Expected values of properties that the stack defines for the indicated resource. Each property and value is provided as a key-value pair. The following example shows expected (defined) values for the resource's display name and server type: {@code {"display_name": "tf-default-dhcp-options", "options.0.server_type": "VcnLocalPlusInternet"}}

Optional resourceDriftStatus

resourceDriftStatus: ResourceDriftStatus

The drift status of the resource. A drift status value indicates whether or not the actual state of the resource differs from the expected (defined) state for that resource.

Optional resourceId

resourceId: undefined | string

The OCID of the resource provisioned by Terraform.

Optional resourceName

resourceName: undefined | string

The name of the resource as defined in the stack.

Optional resourceType

resourceType: undefined | string

The provider resource type. Must be supported by the Oracle Cloud Infrastructure provider. Example: {@code oci_core_instance}

Optional stackId

stackId: undefined | string

The OCID of the stack.

Optional timeDriftChecked

timeDriftChecked: Date

The date and time when the drift detection was executed. Format is defined by RFC3339. Example: {@code 2020-01-25T21:10:29.600Z}

Functions

getDeserializedJsonObj

getJsonObj