Ping_Access_Profile (object)¶
Ping access profile
Properties (* = required):
name | type(s) | default | allowed values | description |
---|---|---|---|---|
class* | string | “Ping_Access_Profile” | ||
label | string | “^[^x00-x1fx22#&*<>?x5b-x5d`x7f]*$” | Optional friendly name for this object. Allows 0-64 chars, excluding a few likely to cause trouble with string searching, JS, TCL, or HTML | |
pingAccessProperties* | object | Specifies the name of the Ping Access Properties (by BIG-IP AS3 pointer or BIG-IP pathname) | ||
pool* | object | Specifies the name of the Pool (by BIG-IP AS3 pointer or BIG-IP pathname) | ||
remark | string | “^[^x00-x1fx22x5cx7f]*$” | Arbitrary (brief) text pertaining to this object. Allows 0-64 chars, excluding only control characters, double-quote, and backslash. This is permissive enough that you should worry about XSS attacks | |
serversslProfile | object | Specifies the name of the server ssl profile (by BIG-IP AS3 pointer or BIG-IP pathname) | ||
useHTTPS | boolean | false | true, false | If true, use server SSL profile else ignore |
Ping_Access_Profile.pingAccessProperties (object)¶
Specifies the name of the Ping Access Properties (by BIG-IP AS3 pointer or BIG-IP pathname)
Properties (* = required):
name | type(s) | default | allowed values | description |
---|---|---|---|---|
bigip | string | “f5bigip” formatted string | Pathname of existing BIG-IP Ping Access Properties | |
use | string | BIG-IP AS3 pointer to Ping Access Properties |
Ping_Access_Profile.pool (object)¶
Specifies the name of the Pool (by BIG-IP AS3 pointer or BIG-IP pathname)
Properties (* = required):
name | type(s) | default | allowed values | description |
---|---|---|---|---|
bigip | string | “f5bigip” formatted string | Pathname of existing BIG-IP Pool | |
use | string | BIG-IP AS3 pointer to Pool declaration |
Ping_Access_Profile.serversslProfile (object)¶
Specifies the name of the server ssl profile (by BIG-IP AS3 pointer or BIG-IP pathname)
Properties (* = required):
name | type(s) | default | allowed values | description |
---|---|---|---|---|
bigip | string | “f5bigip” formatted string | Pathname of existing BIG-IP server ssl profile | |
use | string | BIG-IP AS3 pointer to server ssl profile |