Connector_Profile (object)¶
Configures a Connector Profile
Properties (* = required):
| name | type(s) | default | allowed values | description |
|---|---|---|---|---|
| class* | string | “Connector_Profile” | ||
| connectionTimeout | integer | 0 | 0 - 4294967295 | Specifies the timeout in milliseconds. If the internal virtual server does not return a result within the specified time, the operation times out. Specifying 0 disables the timeout. The default value is 0. |
| connectOnData | boolean | false | true, false | Specifies the action to take when the Connector connectOn data. |
| entryVirtualServer | object | Specifies the name of the internal service to use for Connector Profile,Reference to a service | ||
| serviceDownAction | string | “ignore” | “drop”, “ignore”, “reset” | Specifies the action to take when the Connector service is down. |
Connector_Profile.entryVirtualServer (object)¶
Specifies the name of the internal service to use for Connector Profile Reference to a service
Properties (* = required):
| name | type(s) | default | allowed values | description |
|---|---|---|---|---|
| bigip | string | “f5bigip” formatted string | Pathname of existing BIG-IP virtual server | |
| use | string | AS3 pointer to service declaration |