ForwardToBackendSet¶
-
class
oci.load_balancer.models.
ForwardToBackendSet
(**kwargs)¶ Bases:
oci.load_balancer.models.action.Action
Action to forward requests to a given backend set.
Attributes
NAME_FORWARD_TO_BACKENDSET
str(object=’’) -> str backend_set_name
[Required] Gets the backend_set_name of this ForwardToBackendSet. name
[Required] Gets the name of this Action. Methods
__init__
(**kwargs)Initializes a new ForwardToBackendSet object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
NAME_FORWARD_TO_BACKENDSET
= 'FORWARD_TO_BACKENDSET'¶
-
__init__
(**kwargs)¶ Initializes a new ForwardToBackendSet object with values from keyword arguments. The default value of the
name
attribute of this class isFORWARD_TO_BACKENDSET
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - name (str) – The value to assign to the name property of this ForwardToBackendSet. Allowed values for this property are: “FORWARD_TO_BACKENDSET”
- backend_set_name (str) – The value to assign to the backend_set_name property of this ForwardToBackendSet.
-
backend_set_name
¶ [Required] Gets the backend_set_name of this ForwardToBackendSet. Name of the backend set the listener will forward the traffic to.
Example: backendSetForImages
Returns: The backend_set_name of this ForwardToBackendSet. Return type: str
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
name
¶ [Required] Gets the name of this Action. Allowed values for this property are: “FORWARD_TO_BACKENDSET”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The name of this Action. Return type: str
-