Class: DatadogAPIClient::V2::OCIConfigAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::OCIConfigAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/oci_config_attributes.rb
Overview
Attributes for an OCI config.
Instance Attribute Summary collapse
-
#account_id ⇒ Object
readonly
The OCID of the OCI tenancy.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_at ⇒ Object
readonly
The timestamp when the OCI config was created.
-
#error_messages ⇒ Object
The error messages for the OCI config.
-
#status ⇒ Object
readonly
The status of the OCI config.
-
#status_updated_at ⇒ Object
readonly
The timestamp when the OCI config status was last updated.
-
#updated_at ⇒ Object
readonly
The timestamp when the OCI config was last updated.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#account_id ⇒ Object
The OCID of the OCI tenancy.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/oci_config_attributes.rb', line 25 def account_id @account_id end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/oci_config_attributes.rb', line 42 def additional_properties @additional_properties end |
#created_at ⇒ Object
The timestamp when the OCI config was created.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/oci_config_attributes.rb', line 28 def created_at @created_at end |
#error_messages ⇒ Object
The error messages for the OCI config.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/oci_config_attributes.rb', line 31 def @error_messages end |
#status ⇒ Object
The status of the OCI config.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/oci_config_attributes.rb', line 34 def status @status end |
#status_updated_at ⇒ Object
The timestamp when the OCI config status was last updated.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/oci_config_attributes.rb', line 37 def status_updated_at @status_updated_at end |
#updated_at ⇒ Object
The timestamp when the OCI config was last updated.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/oci_config_attributes.rb', line 40 def updated_at @updated_at end |