public static class CloudGateExtUpstreamServerGroups.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CloudGateExtUpstreamServerGroups |
build() |
CloudGateExtUpstreamServerGroups.Builder |
copy(CloudGateExtUpstreamServerGroups model) |
CloudGateExtUpstreamServerGroups.Builder |
displayName(String displayName)
Display name of upstream
|
CloudGateExtUpstreamServerGroups.Builder |
nginxSettings(String nginxSettings)
Any additional settings in nginx configuration form
|
CloudGateExtUpstreamServerGroups.Builder |
ref(String ref)
URI of the upstream server groups
|
CloudGateExtUpstreamServerGroups.Builder |
ssl(Boolean ssl)
SSL flag for the Upstream Block
|
CloudGateExtUpstreamServerGroups.Builder |
value(String value)
Name for the Upstream Block
|
public CloudGateExtUpstreamServerGroups.Builder value(String value)
Name for the Upstream Block
*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 CloudGateExtUpstreamServerGroups.Builder ref(String ref)
URI of the upstream server groups
*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 CloudGateExtUpstreamServerGroups.Builder nginxSettings(String nginxSettings)
Any additional settings 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 CloudGateExtUpstreamServerGroups.Builder ssl(Boolean ssl)
SSL flag for the Upstream Block
*Added In:** 20.1.3
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: boolean - uniqueness: none
ssl
- the value to setpublic CloudGateExtUpstreamServerGroups.Builder displayName(String displayName)
Display name of upstream
*Added In:** 20.1.3
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: true - returned: default - type: string - uniqueness: none
displayName
- the value to setpublic CloudGateExtUpstreamServerGroups build()
public CloudGateExtUpstreamServerGroups.Builder copy(CloudGateExtUpstreamServerGroups model)
Copyright © 2016–2024. All rights reserved.