public static class CloudGateMappingUpstreamServerGroup.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CloudGateMappingUpstreamServerGroup |
build() |
CloudGateMappingUpstreamServerGroup.Builder |
copy(CloudGateMappingUpstreamServerGroup model) |
CloudGateMappingUpstreamServerGroup.Builder |
ref(String ref)
The URI to the upstream block entry
|
CloudGateMappingUpstreamServerGroup.Builder |
ssl(Boolean ssl)
SSL flag for the Upstream Block
|
CloudGateMappingUpstreamServerGroup.Builder |
value(String value)
The id of the upstream block entry.
|
public CloudGateMappingUpstreamServerGroup.Builder value(String value)
The id of the upstream block entry.
*Added In:** 20.1.3
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
value
- the value to setpublic CloudGateMappingUpstreamServerGroup.Builder ref(String ref)
The URI to the upstream block entry
*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 CloudGateMappingUpstreamServerGroup.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 CloudGateMappingUpstreamServerGroup build()
public CloudGateMappingUpstreamServerGroup.Builder copy(CloudGateMappingUpstreamServerGroup model)
Copyright © 2016–2024. All rights reserved.