ServerHostAndPort
Description
An object that contains a web server hostname or IP address and optional port. Use this object to specify browser proxy exceptions in an AnyConnectGroupPolicy object. (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)
Model Properties
| Property | Required | Type | Description | |||
|---|---|---|---|---|---|---|
| serverHost | True | string |
A mandatory string that contains a fully-qualified host name or IP address of a web server. For example,
www.example.com
or 10.100.10.1.
Field level constraints: cannot be null, must match pattern ^((?!;).)*$. (Note: Additional constraints might exist) |
|||
| port | False | integer | An optional integer that identifies a port, from 1 to 65535. The default is any port. | |||
| type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. | |||