CloudGateExtUpstreamServerGroups

class oci.identity_domains.models.CloudGateExtUpstreamServerGroups(**kwargs)

Bases: object

A list of upstream server groups

Methods

__init__(**kwargs) Initializes a new CloudGateExtUpstreamServerGroups object with values from keyword arguments.

Attributes

display_name [Required] Gets the display_name of this CloudGateExtUpstreamServerGroups.
nginx_settings Gets the nginx_settings of this CloudGateExtUpstreamServerGroups.
ref Gets the ref of this CloudGateExtUpstreamServerGroups.
ssl Gets the ssl of this CloudGateExtUpstreamServerGroups.
value [Required] Gets the value of this CloudGateExtUpstreamServerGroups.
__init__(**kwargs)

Initializes a new CloudGateExtUpstreamServerGroups 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 CloudGateExtUpstreamServerGroups.
  • ref (str) – The value to assign to the ref property of this CloudGateExtUpstreamServerGroups.
  • nginx_settings (str) – The value to assign to the nginx_settings property of this CloudGateExtUpstreamServerGroups.
  • ssl (bool) – The value to assign to the ssl property of this CloudGateExtUpstreamServerGroups.
  • display_name (str) – The value to assign to the display_name property of this CloudGateExtUpstreamServerGroups.
display_name

[Required] Gets the display_name of this CloudGateExtUpstreamServerGroups. 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
Returns:The display_name of this CloudGateExtUpstreamServerGroups.
Return type:str
nginx_settings

Gets the nginx_settings of this CloudGateExtUpstreamServerGroups. 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
Returns:The nginx_settings of this CloudGateExtUpstreamServerGroups.
Return type:str
ref

Gets the ref of this CloudGateExtUpstreamServerGroups. 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
Returns:The ref of this CloudGateExtUpstreamServerGroups.
Return type:str
ssl

Gets the ssl of this CloudGateExtUpstreamServerGroups. 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 CloudGateExtUpstreamServerGroups.
Return type:bool
value

[Required] Gets the value of this CloudGateExtUpstreamServerGroups. 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
Returns:The value of this CloudGateExtUpstreamServerGroups.
Return type:str