CloudGateExtUpstreamServers¶
-
class
oci.identity_domains.models.
CloudGateExtUpstreamServers
(**kwargs)¶ Bases:
object
A list of upstream servers
Methods
__init__
(**kwargs)Initializes a new CloudGateExtUpstreamServers object with values from keyword arguments. Attributes
display_name
Gets the display_name of this CloudGateExtUpstreamServers. group_id
Gets the group_id of this CloudGateExtUpstreamServers. host_name
Gets the host_name of this CloudGateExtUpstreamServers. nginx_settings
Gets the nginx_settings of this CloudGateExtUpstreamServers. port
Gets the port of this CloudGateExtUpstreamServers. ref
Gets the ref of this CloudGateExtUpstreamServers. value
[Required] Gets the value of this CloudGateExtUpstreamServers. -
__init__
(**kwargs)¶ Initializes a new CloudGateExtUpstreamServers 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 CloudGateExtUpstreamServers.
- ref (str) – The value to assign to the ref property of this CloudGateExtUpstreamServers.
- host_name (str) – The value to assign to the host_name property of this CloudGateExtUpstreamServers.
- port (int) – The value to assign to the port property of this CloudGateExtUpstreamServers.
- nginx_settings (str) – The value to assign to the nginx_settings property of this CloudGateExtUpstreamServers.
- group_id (str) – The value to assign to the group_id property of this CloudGateExtUpstreamServers.
- display_name (str) – The value to assign to the display_name property of this CloudGateExtUpstreamServers.
-
display_name
¶ Gets the display_name of this CloudGateExtUpstreamServers. 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
Returns: The display_name of this CloudGateExtUpstreamServers. Return type: str
-
group_id
¶ Gets the group_id of this CloudGateExtUpstreamServers. 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
Returns: The group_id of this CloudGateExtUpstreamServers. Return type: str
-
host_name
¶ Gets the host_name of this CloudGateExtUpstreamServers. 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
Returns: The host_name of this CloudGateExtUpstreamServers. Return type: str
-
nginx_settings
¶ Gets the nginx_settings of this CloudGateExtUpstreamServers. 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
Returns: The nginx_settings of this CloudGateExtUpstreamServers. Return type: str
-
port
¶ Gets the port of this CloudGateExtUpstreamServers. 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
Returns: The port of this CloudGateExtUpstreamServers. Return type: int
-
ref
¶ Gets the ref of this CloudGateExtUpstreamServers. 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
Returns: The ref of this CloudGateExtUpstreamServers. Return type: str
-
value
¶ [Required] Gets the value of this CloudGateExtUpstreamServers. 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
Returns: The value of this CloudGateExtUpstreamServers. Return type: str
-