PPTP_Profile (object)¶
Point-to-Point Tunneling Protocol (PPTP) profile
Properties (* = required):
| name | type(s) | default | allowed values | description |
|---|---|---|---|---|
| class* | string | “PPTP_Profile” | ||
| csvFormat | boolean | false | true, false | Enables/disables CSV format logging |
| includeDestinationIp | boolean | false | true, false | Enables/disables using destination IP in call ID hash |
| 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 | |
| parentProfile | object | {“bigip”:”/Common/pptp”} | Parent profile to inherit settings from (none or another pptp profile),Reference to a PPTP_Profile | |
| publisherName | object | BIG-IP AS3 pointer to analytics publisher for logging events | ||
| 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 |
PPTP_Profile.parentProfile (object)¶
Parent profile to inherit settings from (none or another pptp profile) Reference to a PPTP_Profile
Default: {“bigip”:”/Common/pptp”}
Properties (* = required):
| name | type(s) | default | allowed values | description |
|---|---|---|---|---|
| bigip* | string | “f5bigip” formatted string | Pathname of existing BIG-IP PPTP_Profile | |
| use | string | AS3 pointer to PPTP_Profile declaration |
PPTP_Profile.publisherName (object)¶
BIG-IP AS3 pointer to analytics publisher for logging events
Properties (* = required):
| name | type(s) | default | allowed values | description |
|---|---|---|---|---|
| bigip* | string | “f5bigip” formatted string | Pathname of existing analytics publisher for logging events |