Documentation

NetworksnetworkIdappliancesecurityintrusionProtectedNetworks implements ModelInterface, ArrayAccess

NetworksnetworkIdappliancesecurityintrusionProtectedNetworks Class Doc Comment

Tags
category

Class

description

Set the included/excluded networks from the intrusion engine (optional - omitting will leave current config unchanged). This is available only in 'passthrough' mode

author

Swagger Codegen team

link
https://github.com/swagger-api/swagger-codegen

Interfaces, Classes and Traits

ModelInterface
Interface abstracting model access.
ArrayAccess

Table of Contents

DISCRIMINATOR  = null
$attributeMap  : array<string|int, string>
Array of attributes where the key is the local name, and the value is the original name
$container  : array<string|int, mixed>
Associative array for storing property values
$getters  : array<string|int, string>
Array of attributes to getter functions (for serialization of requests)
$setters  : array<string|int, string>
Array of attributes to setter functions (for deserialization of responses)
$swaggerFormats  : array<string|int, string>
Array of property to format mappings. Used for (de)serialization
$swaggerModelName  : string
The original name of the model.
$swaggerTypes  : array<string|int, string>
Array of property to type mappings. Used for (de)serialization
__construct()  : mixed
Constructor
__toString()  : string
Gets the string presentation of the object
attributeMap()  : array<string|int, mixed>
Array of attributes where the key is the local name, and the value is the original name
getExcludedCidr()  : array<string|int, string>
Gets excluded_cidr
getIncludedCidr()  : array<string|int, string>
Gets included_cidr
getModelName()  : string
The original name of the model.
getters()  : array<string|int, mixed>
Array of attributes to getter functions (for serialization of requests)
getUseDefault()  : bool
Gets use_default
listInvalidProperties()  : array<string|int, mixed>
Show all the invalid properties with reasons.
offsetExists()  : bool
Returns true if offset exists. False otherwise.
offsetGet()  : mixed
Gets offset.
offsetSet()  : void
Sets value based on offset.
offsetUnset()  : void
Unsets offset.
setExcludedCidr()  : $this
Sets excluded_cidr
setIncludedCidr()  : $this
Sets included_cidr
setters()  : array<string|int, mixed>
Array of attributes to setter functions (for deserialization of responses)
setUseDefault()  : $this
Sets use_default
swaggerFormats()  : array<string|int, mixed>
Array of property to format mappings. Used for (de)serialization
swaggerTypes()  : array<string|int, mixed>
Array of property to type mappings. Used for (de)serialization
valid()  : bool
Validate all the properties in the model return true if all passed

Constants

Properties

$attributeMap

Array of attributes where the key is the local name, and the value is the original name

protected static array<string|int, string> $attributeMap = ['use_default' => 'useDefault', 'included_cidr' => 'includedCidr', 'excluded_cidr' => 'excludedCidr']

$setters

Array of attributes to setter functions (for deserialization of responses)

protected static array<string|int, string> $setters = ['use_default' => 'setUseDefault', 'included_cidr' => 'setIncludedCidr', 'excluded_cidr' => 'setExcludedCidr']

Methods

setExcludedCidr()

Sets excluded_cidr

public setExcludedCidr(array<string|int, string> $excluded_cidr) : $this
Parameters
$excluded_cidr : array<string|int, string>

list of IP addresses or subnets being excluded from protection (required if 'useDefault' is false)

Return values
$this

setIncludedCidr()

Sets included_cidr

public setIncludedCidr(array<string|int, string> $included_cidr) : $this
Parameters
$included_cidr : array<string|int, string>

list of IP addresses or subnets being protected (required if 'useDefault' is false)

Return values
$this

setUseDefault()

Sets use_default

public setUseDefault(bool $use_default) : $this
Parameters
$use_default : bool

true/false whether to use special IPv4 addresses: https://tools.ietf.org/html/rfc5735 (required). Default value is true if none currently saved

Return values
$this

Search results