Class: DatadogAPIClient::V2::IPAllowlistEntryAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IPAllowlistEntryAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/ip_allowlist_entry_attributes.rb
Overview
Attributes of the IP allowlist entry.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#cidr_block ⇒ Object
The CIDR block describing the IP range of the entry.
-
#created_at ⇒ Object
Creation time of the entry.
-
#modified_at ⇒ Object
Time of last entry modification.
-
#note ⇒ Object
A note describing the IP allowlist entry.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/ip_allowlist_entry_attributes.rb', line 36 def additional_properties @additional_properties end |
#cidr_block ⇒ Object
The CIDR block describing the IP range of the entry.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/ip_allowlist_entry_attributes.rb', line 25 def cidr_block @cidr_block end |
#created_at ⇒ Object
Creation time of the entry.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/ip_allowlist_entry_attributes.rb', line 28 def created_at @created_at end |
#modified_at ⇒ Object
Time of last entry modification.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/ip_allowlist_entry_attributes.rb', line 31 def modified_at @modified_at end |
#note ⇒ Object
A note describing the IP allowlist entry.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/ip_allowlist_entry_attributes.rb', line 34 def note @note end |