Documentation

DevicesserialcellularGatewayportForwardingRulesRules implements ModelInterface, ArrayAccess

DevicesserialcellularGatewayportForwardingRulesRules 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
$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
getAccess()  : string
Gets access
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
getPublicPort()  : string
Gets public_port
getters()  : array<string|int, mixed>
Array of attributes to getter functions (for serialization of requests)
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.
setAccess()  : $this
Sets access
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)
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', 'public_port' => 'publicPort', 'local_port' => 'localPort', 'allowed_ips' => 'allowedIps', 'protocol' => 'protocol', 'access' => 'access']

$getters

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

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

$setters

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

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

$swaggerFormats

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

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

$swaggerTypes

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

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

Methods

__construct()

Constructor

public __construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
$data : array<string|int, mixed> = null

Associated array of property values initializing the model

Return values
mixed

setAccess()

Sets access

public setAccess(string $access) : $this
Parameters
$access : string

any or restricted. Specify the right to make inbound connections on the specified ports or port ranges. If restricted, a list of allowed IPs is mandatory.

Return values
$this

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.

Return values
$this

setLanIp()

Sets lan_ip

public setLanIp(string $lan_ip) : $this
Parameters
$lan_ip : string

The IP address of the server or device that hosts the internal resource that you wish to make available on the WAN

Return values
$this

Search results