CloudGateMappingUpstreamServerGroup¶
-
class
oci.identity_domains.models.
CloudGateMappingUpstreamServerGroup
(**kwargs)¶ Bases:
object
Reference to upstream block for this mapping
Added In: 20.1.3
SCIM++ Properties: - caseExact: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: complex - uniqueness: none
Methods
__init__
(**kwargs)Initializes a new CloudGateMappingUpstreamServerGroup object with values from keyword arguments. Attributes
ref
Gets the ref of this CloudGateMappingUpstreamServerGroup. ssl
Gets the ssl of this CloudGateMappingUpstreamServerGroup. value
Gets the value of this CloudGateMappingUpstreamServerGroup. -
__init__
(**kwargs)¶ Initializes a new CloudGateMappingUpstreamServerGroup object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - value (str) – The value to assign to the value property of this CloudGateMappingUpstreamServerGroup.
- ref (str) – The value to assign to the ref property of this CloudGateMappingUpstreamServerGroup.
- ssl (bool) – The value to assign to the ssl property of this CloudGateMappingUpstreamServerGroup.
-
ref
¶ Gets the ref of this CloudGateMappingUpstreamServerGroup. 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
Returns: The ref of this CloudGateMappingUpstreamServerGroup. Return type: str
-
ssl
¶ Gets the ssl of this CloudGateMappingUpstreamServerGroup. 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
Returns: The ssl of this CloudGateMappingUpstreamServerGroup. Return type: bool
-
value
¶ Gets the value of this CloudGateMappingUpstreamServerGroup. 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
Returns: The value of this CloudGateMappingUpstreamServerGroup. Return type: str
-