public static class CloudGateExtServers.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CloudGateExtServers |
build() |
CloudGateExtServers.Builder |
copy(CloudGateExtServers model) |
CloudGateExtServers.Builder |
hostName(String hostName)
Hostname for the Server block
|
CloudGateExtServers.Builder |
nginxSettings(String nginxSettings)
More nginx Settings.
|
CloudGateExtServers.Builder |
port(Integer port)
Port for the Server Block
|
CloudGateExtServers.Builder |
serverId(String serverId)
Server Name for the Server Block
|
CloudGateExtServers.Builder |
ssl(Boolean ssl)
SSL flag for the Server Block
|
public CloudGateExtServers.Builder serverId(String serverId)
Server Name for the Server Block
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
serverId
- the value to setpublic CloudGateExtServers.Builder hostName(String hostName)
Hostname for the Server block
*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readOnly - required: true - returned: default - type: string - uniqueness: none
hostName
- the value to setpublic CloudGateExtServers.Builder port(Integer port)
Port for the Server Block
*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readOnly - required: true - returned: default - type: integer - uniqueness: none
port
- the value to setpublic CloudGateExtServers.Builder ssl(Boolean ssl)
SSL flag for the Server Block
*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readOnly - required: true - returned: default - type: boolean - uniqueness: none
ssl
- the value to setpublic CloudGateExtServers.Builder nginxSettings(String nginxSettings)
More nginx Settings. JSON encoded text block
*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
nginxSettings
- the value to setpublic CloudGateExtServers build()
public CloudGateExtServers.Builder copy(CloudGateExtServers model)
Copyright © 2016–2024. All rights reserved.