HeaderManipulationAction¶
-
class
oci.waas.models.
HeaderManipulationAction
(**kwargs)¶ Bases:
object
An object that represents an action to apply to an HTTP headers.
Attributes
ACTION_ADD_HTTP_RESPONSE_HEADER
A constant which can be used with the action property of a HeaderManipulationAction. ACTION_EXTEND_HTTP_RESPONSE_HEADER
A constant which can be used with the action property of a HeaderManipulationAction. ACTION_REMOVE_HTTP_RESPONSE_HEADER
A constant which can be used with the action property of a HeaderManipulationAction. action
[Required] Gets the action of this HeaderManipulationAction. Methods
__init__
(**kwargs)Initializes a new HeaderManipulationAction 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. -
ACTION_ADD_HTTP_RESPONSE_HEADER
= 'ADD_HTTP_RESPONSE_HEADER'¶ A constant which can be used with the action property of a HeaderManipulationAction. This constant has a value of “ADD_HTTP_RESPONSE_HEADER”
-
ACTION_EXTEND_HTTP_RESPONSE_HEADER
= 'EXTEND_HTTP_RESPONSE_HEADER'¶ A constant which can be used with the action property of a HeaderManipulationAction. This constant has a value of “EXTEND_HTTP_RESPONSE_HEADER”
-
ACTION_REMOVE_HTTP_RESPONSE_HEADER
= 'REMOVE_HTTP_RESPONSE_HEADER'¶ A constant which can be used with the action property of a HeaderManipulationAction. This constant has a value of “REMOVE_HTTP_RESPONSE_HEADER”
-
__init__
(**kwargs)¶ Initializes a new HeaderManipulationAction object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: action (str) – The value to assign to the action property of this HeaderManipulationAction. Allowed values for this property are: “EXTEND_HTTP_RESPONSE_HEADER”, “ADD_HTTP_RESPONSE_HEADER”, “REMOVE_HTTP_RESPONSE_HEADER”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
action
¶ [Required] Gets the action of this HeaderManipulationAction. Allowed values for this property are: “EXTEND_HTTP_RESPONSE_HEADER”, “ADD_HTTP_RESPONSE_HEADER”, “REMOVE_HTTP_RESPONSE_HEADER”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The action of this HeaderManipulationAction. 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.
-