Method: Fastly::AclEntry#subnet
- Defined in:
- lib/fastly/models/acl_entry.rb
#subnet ⇒ Object
Number of bits for the subnet mask applied to the IP address. For IPv4 addresses, a value of 32 represents the smallest subnet mask (1 address), 24 represents a class C subnet mask (256 addresses), 16 represents a class B subnet mask (65k addresses), and 8 is class A subnet mask (16m addresses). If not provided, no mask is applied.
26 27 28 |
# File 'lib/fastly/models/acl_entry.rb', line 26 def subnet @subnet end |