Documentation

NetworksnetworkIdappliancefirewallportForwardingRulesRules implements ModelInterface, ArrayAccess

NetworksnetworkIdappliancefirewallportForwardingRulesRules Class Doc Comment

Tags
category

Class

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
PROTOCOL_TCP  = 'tcp'
PROTOCOL_UDP  = 'udp'
UPLINK_BOTH  = 'both'
UPLINK_INTERNET1  = 'internet1'
UPLINK_INTERNET2  = 'internet2'
$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
getAllowedIps()  : array<string|int, string>
Gets allowed_ips
getLanIp()  : string
Gets lan_ip
getLocalPort()  : string
Gets local_port
getModelName()  : string
The original name of the model.
getName()  : string
Gets name
getProtocol()  : string
Gets protocol
getProtocolAllowableValues()  : array<string|int, string>
Gets allowable values of the enum
getPublicPort()  : string
Gets public_port
getters()  : array<string|int, mixed>
Array of attributes to getter functions (for serialization of requests)
getUplink()  : string
Gets uplink
getUplinkAllowableValues()  : array<string|int, string>
Gets allowable values of the enum
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.
setAllowedIps()  : $this
Sets allowed_ips
setLanIp()  : $this
Sets lan_ip
setLocalPort()  : $this
Sets local_port
setName()  : $this
Sets name
setProtocol()  : $this
Sets protocol
setPublicPort()  : $this
Sets public_port
setters()  : array<string|int, mixed>
Array of attributes to setter functions (for deserialization of responses)
setUplink()  : $this
Sets uplink
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 = ['name' => 'name', 'lan_ip' => 'lanIp', 'uplink' => 'uplink', 'public_port' => 'publicPort', 'local_port' => 'localPort', 'allowed_ips' => 'allowedIps', 'protocol' => 'protocol']

$getters

Array of attributes to getter functions (for serialization of requests)

protected static array<string|int, string> $getters = ['name' => 'getName', 'lan_ip' => 'getLanIp', 'uplink' => 'getUplink', 'public_port' => 'getPublicPort', 'local_port' => 'getLocalPort', 'allowed_ips' => 'getAllowedIps', 'protocol' => 'getProtocol']

$setters

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

protected static array<string|int, string> $setters = ['name' => 'setName', 'lan_ip' => 'setLanIp', 'uplink' => 'setUplink', 'public_port' => 'setPublicPort', 'local_port' => 'setLocalPort', 'allowed_ips' => 'setAllowedIps', 'protocol' => 'setProtocol']

$swaggerFormats

Array of property to format mappings. Used for (de)serialization

protected static array<string|int, string> $swaggerFormats = ['name' => null, 'lan_ip' => null, 'uplink' => null, 'public_port' => null, 'local_port' => null, 'allowed_ips' => null, 'protocol' => null]

$swaggerTypes

Array of property to type mappings. Used for (de)serialization

protected static array<string|int, string> $swaggerTypes = ['name' => 'string', 'lan_ip' => 'string', 'uplink' => 'string', 'public_port' => 'string', 'local_port' => 'string', 'allowed_ips' => 'string[]', 'protocol' => 'string']

Methods

setAllowedIps()

Sets allowed_ips

public setAllowedIps(array<string|int, string> $allowed_ips) : $this
Parameters
$allowed_ips : array<string|int, string>

An array of ranges of WAN IP addresses that are allowed to make inbound connections on the specified ports or port ranges (or any)

Return values
$this

Search results