Class: DatadogAPIClient::V2::IPAllowlistEntryAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#cidr_blockObject

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_atObject

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_atObject

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

#noteObject

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