Class: DatadogAPIClient::V2::OCIConfigAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/oci_config_attributes.rb

Overview

Attributes for an OCI config.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#account_idObject

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
end

#additional_propertiesObject

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_atObject

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_messagesObject

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
  @error_messages
end

#statusObject

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_atObject

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_atObject

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