DynamicRoutingTypeRoutingBackend¶
-
class
oci.apigateway.models.
DynamicRoutingTypeRoutingBackend
(**kwargs)¶ Bases:
object
Policy for the details regarding each routing backend under dynamic routing. We specify the value of selectors for which this routing backend must be selected for a request under keys. We specify the configuration details of routing backend under backend.
Methods
__init__
(**kwargs)Initializes a new DynamicRoutingTypeRoutingBackend object with values from keyword arguments. Attributes
backend
[Required] Gets the backend of this DynamicRoutingTypeRoutingBackend. key
[Required] Gets the key of this DynamicRoutingTypeRoutingBackend. -
__init__
(**kwargs)¶ Initializes a new DynamicRoutingTypeRoutingBackend object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - key (oci.apigateway.models.DynamicSelectionKey) – The value to assign to the key property of this DynamicRoutingTypeRoutingBackend.
- backend (oci.apigateway.models.ApiSpecificationRouteBackend) – The value to assign to the backend property of this DynamicRoutingTypeRoutingBackend.
-
backend
¶ [Required] Gets the backend of this DynamicRoutingTypeRoutingBackend.
Returns: The backend of this DynamicRoutingTypeRoutingBackend. Return type: oci.apigateway.models.ApiSpecificationRouteBackend
-
key
¶ [Required] Gets the key of this DynamicRoutingTypeRoutingBackend.
Returns: The key of this DynamicRoutingTypeRoutingBackend. Return type: oci.apigateway.models.DynamicSelectionKey
-