ProvisionNetworkClients implements ModelInterface, ArrayAccess
ProvisionNetworkClients Class Doc Comment
Tags
Interfaces, Classes and Traits
- ModelInterface
- Interface abstracting model access.
- ArrayAccess
Table of Contents
- DEVICE_POLICY_ALLOWED = 'Allowed'
- DEVICE_POLICY_BLOCKED = 'Blocked'
- DEVICE_POLICY_GROUP_POLICY = 'Group policy'
- DEVICE_POLICY_NORMAL = 'Normal'
- DEVICE_POLICY_PER_CONNECTION = 'Per connection'
- 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
- getClients() : array<string|int, NetworksnetworkIdclientsprovisionClients>
- Gets clients
- getDevicePolicy() : string
- Gets device_policy
- getDevicePolicyAllowableValues() : array<string|int, string>
- Gets allowable values of the enum
- getGroupPolicyId() : string
- Gets group_policy_id
- getModelName() : string
- The original name of the model.
- getPoliciesBySecurityAppliance() : NetworksnetworkIdclientsprovisionPoliciesBySecurityAppliance
- Gets policies_by_security_appliance
- getPoliciesBySsid() : NetworksnetworkIdclientsprovisionPoliciesBySsid
- Gets policies_by_ssid
- 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.
- setClients() : $this
- Sets clients
- setDevicePolicy() : $this
- Sets device_policy
- setGroupPolicyId() : $this
- Sets group_policy_id
- setPoliciesBySecurityAppliance() : $this
- Sets policies_by_security_appliance
- setPoliciesBySsid() : $this
- Sets policies_by_ssid
- 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
DEVICE_POLICY_ALLOWED
    public
    mixed
    DEVICE_POLICY_ALLOWED
    = 'Allowed'
    
    
DEVICE_POLICY_BLOCKED
    public
    mixed
    DEVICE_POLICY_BLOCKED
    = 'Blocked'
    
    
DEVICE_POLICY_GROUP_POLICY
    public
    mixed
    DEVICE_POLICY_GROUP_POLICY
    = 'Group policy'
    
    
DEVICE_POLICY_NORMAL
    public
    mixed
    DEVICE_POLICY_NORMAL
    = 'Normal'
    
    
DEVICE_POLICY_PER_CONNECTION
    public
    mixed
    DEVICE_POLICY_PER_CONNECTION
    = 'Per connection'
    
    
DISCRIMINATOR
    public
    mixed
    DISCRIMINATOR
    = null
    
    
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
     = ['clients' => 'clients', 'device_policy' => 'devicePolicy', 'group_policy_id' => 'groupPolicyId', 'policies_by_security_appliance' => 'policiesBySecurityAppliance', 'policies_by_ssid' => 'policiesBySsid']
        
    
$container
Associative array for storing property values
    protected
        array<string|int, mixed>
    $container
     = []
        
    
$getters
Array of attributes to getter functions (for serialization of requests)
    protected
    static    array<string|int, string>
    $getters
     = ['clients' => 'getClients', 'device_policy' => 'getDevicePolicy', 'group_policy_id' => 'getGroupPolicyId', 'policies_by_security_appliance' => 'getPoliciesBySecurityAppliance', 'policies_by_ssid' => 'getPoliciesBySsid']
        
    
$setters
Array of attributes to setter functions (for deserialization of responses)
    protected
    static    array<string|int, string>
    $setters
     = ['clients' => 'setClients', 'device_policy' => 'setDevicePolicy', 'group_policy_id' => 'setGroupPolicyId', 'policies_by_security_appliance' => 'setPoliciesBySecurityAppliance', 'policies_by_ssid' => 'setPoliciesBySsid']
        
    
$swaggerFormats
Array of property to format mappings. Used for (de)serialization
    protected
    static    array<string|int, string>
    $swaggerFormats
     = ['clients' => null, 'device_policy' => null, 'group_policy_id' => null, 'policies_by_security_appliance' => null, 'policies_by_ssid' => null]
        
    
$swaggerModelName
The original name of the model.
    protected
    static    string
    $swaggerModelName
     = 'provisionNetworkClients'
        
    
$swaggerTypes
Array of property to type mappings. Used for (de)serialization
    protected
    static    array<string|int, string>
    $swaggerTypes
     = ['clients' => '\Swagger\Client\Model\NetworksnetworkIdclientsprovisionClients[]', 'device_policy' => 'string', 'group_policy_id' => 'string', 'policies_by_security_appliance' => '\Swagger\Client\Model\NetworksnetworkIdclientsprovisionPoliciesBySecurityAppliance', 'policies_by_ssid' => '\Swagger\Client\Model\NetworksnetworkIdclientsprovisionPoliciesBySsid']
        
    
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 —__toString()
Gets the string presentation of the object
    public
                __toString() : string
        
    
    
        Return values
string —attributeMap()
Array of attributes where the key is the local name, and the value is the original name
    public
            static    attributeMap() : array<string|int, mixed>
        
    
    
        Return values
array<string|int, mixed> —getClients()
Gets clients
    public
                getClients() : array<string|int, NetworksnetworkIdclientsprovisionClients>
        
    
    
        Return values
array<string|int, NetworksnetworkIdclientsprovisionClients> —getDevicePolicy()
Gets device_policy
    public
                getDevicePolicy() : string
        
    
    
        Return values
string —getDevicePolicyAllowableValues()
Gets allowable values of the enum
    public
                getDevicePolicyAllowableValues() : array<string|int, string>
        
    
    
        Return values
array<string|int, string> —getGroupPolicyId()
Gets group_policy_id
    public
                getGroupPolicyId() : string
        
    
    
        Return values
string —getModelName()
The original name of the model.
    public
                getModelName() : string
        
    
    
        Return values
string —getPoliciesBySecurityAppliance()
Gets policies_by_security_appliance
    public
                getPoliciesBySecurityAppliance() : NetworksnetworkIdclientsprovisionPoliciesBySecurityAppliance
        
    
    
        Return values
NetworksnetworkIdclientsprovisionPoliciesBySecurityAppliance —getPoliciesBySsid()
Gets policies_by_ssid
    public
                getPoliciesBySsid() : NetworksnetworkIdclientsprovisionPoliciesBySsid
        
    
    
        Return values
NetworksnetworkIdclientsprovisionPoliciesBySsid —getters()
Array of attributes to getter functions (for serialization of requests)
    public
            static    getters() : array<string|int, mixed>
        
    
    
        Return values
array<string|int, mixed> —listInvalidProperties()
Show all the invalid properties with reasons.
    public
                listInvalidProperties() : array<string|int, mixed>
        
    
    
        Return values
array<string|int, mixed> —invalid properties with reasons
offsetExists()
Returns true if offset exists. False otherwise.
    public
                offsetExists(int $offset) : bool
        
        Parameters
- $offset : int
- 
                    Offset 
Return values
bool —offsetGet()
Gets offset.
    public
                offsetGet(int $offset) : mixed
        
        Parameters
- $offset : int
- 
                    Offset 
Return values
mixed —offsetSet()
Sets value based on offset.
    public
                offsetSet(int $offset, mixed $value) : void
        
        Parameters
- $offset : int
- 
                    Offset 
- $value : mixed
- 
                    Value to be set 
Return values
void —offsetUnset()
Unsets offset.
    public
                offsetUnset(int $offset) : void
        
        Parameters
- $offset : int
- 
                    Offset 
Return values
void —setClients()
Sets clients
    public
                setClients(array<string|int, NetworksnetworkIdclientsprovisionClients> $clients) : $this
        
        Parameters
- $clients : array<string|int, NetworksnetworkIdclientsprovisionClients>
- 
                    The array of clients to provision 
Return values
$this —setDevicePolicy()
Sets device_policy
    public
                setDevicePolicy(string $device_policy) : $this
        
        Parameters
- $device_policy : string
- 
                    The policy to apply to the specified client. Can be 'Group policy', 'Allowed', 'Blocked', 'Per connection' or 'Normal'. Required. 
Return values
$this —setGroupPolicyId()
Sets group_policy_id
    public
                setGroupPolicyId(string $group_policy_id) : $this
        
        Parameters
- $group_policy_id : string
- 
                    The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored. 
Return values
$this —setPoliciesBySecurityAppliance()
Sets policies_by_security_appliance
    public
                setPoliciesBySecurityAppliance(NetworksnetworkIdclientsprovisionPoliciesBySecurityAppliance $policies_by_security_appliance) : $this
        
        Parameters
- $policies_by_security_appliance : NetworksnetworkIdclientsprovisionPoliciesBySecurityAppliance
- 
                    policies_by_security_appliance 
Return values
$this —setPoliciesBySsid()
Sets policies_by_ssid
    public
                setPoliciesBySsid(NetworksnetworkIdclientsprovisionPoliciesBySsid $policies_by_ssid) : $this
        
        Parameters
- $policies_by_ssid : NetworksnetworkIdclientsprovisionPoliciesBySsid
- 
                    policies_by_ssid 
Return values
$this —setters()
Array of attributes to setter functions (for deserialization of responses)
    public
            static    setters() : array<string|int, mixed>
        
    
    
        Return values
array<string|int, mixed> —swaggerFormats()
Array of property to format mappings. Used for (de)serialization
    public
            static    swaggerFormats() : array<string|int, mixed>
        
    
    
        Return values
array<string|int, mixed> —swaggerTypes()
Array of property to type mappings. Used for (de)serialization
    public
            static    swaggerTypes() : array<string|int, mixed>
        
    
    
        Return values
array<string|int, mixed> —valid()
Validate all the properties in the model return true if all passed
    public
                valid() : bool
        
    
    
        Return values
bool —True if all properties are valid