public static class CloudGateExtUpstreamServers.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CloudGateExtUpstreamServers |
build() |
CloudGateExtUpstreamServers.Builder |
copy(CloudGateExtUpstreamServers model) |
CloudGateExtUpstreamServers.Builder |
displayName(String displayName)
Display name of upstream server
|
CloudGateExtUpstreamServers.Builder |
groupId(String groupId)
Upstream Server Group instance for the upstream server.
|
CloudGateExtUpstreamServers.Builder |
hostName(String hostName)
Any incoming request to cloud gate is finally sent to this host, if selected during load
balancing
|
CloudGateExtUpstreamServers.Builder |
nginxSettings(String nginxSettings)
Any additional settings for this upstream server in nginx configuration form
|
CloudGateExtUpstreamServers.Builder |
port(Integer port)
Port for the Upstream Server
|
CloudGateExtUpstreamServers.Builder |
ref(String ref)
URI of the upstream server
|
CloudGateExtUpstreamServers.Builder |
value(String value)
ID of the upstream server
|
public CloudGateExtUpstreamServers.Builder value(String value)
ID of the upstream server
*Added In:** 20.1.3
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readOnly - required: true - returned: default - type: string - uniqueness: none
value
- the value to setpublic CloudGateExtUpstreamServers.Builder ref(String ref)
URI of the upstream server
*Added In:** 20.1.3
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
ref
- the value to setpublic CloudGateExtUpstreamServers.Builder hostName(String hostName)
Any incoming request to cloud gate is finally sent to this host, if selected during load balancing
*Added In:** 20.1.3
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
hostName
- the value to setpublic CloudGateExtUpstreamServers.Builder port(Integer port)
Port for the Upstream Server
*Added In:** 20.1.3
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: integer - uniqueness: none
port
- the value to setpublic CloudGateExtUpstreamServers.Builder nginxSettings(String nginxSettings)
Any additional settings for this upstream server in nginx configuration form
*Added In:** 20.1.3
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
nginxSettings
- the value to setpublic CloudGateExtUpstreamServers.Builder groupId(String groupId)
Upstream Server Group instance for the upstream server. This is one of the upstreamServerGroup IDs(upstream blocks) from the associated Cloud Gate list
*Added In:** 20.1.3
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
groupId
- the value to setpublic CloudGateExtUpstreamServers.Builder displayName(String displayName)
Display name of upstream server
*Added In:** 20.1.3
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
displayName
- the value to setpublic CloudGateExtUpstreamServers build()
public CloudGateExtUpstreamServers.Builder copy(CloudGateExtUpstreamServers model)
Copyright © 2016–2024. All rights reserved.