VirtualServiceTrafficRouteRule

class oci.service_mesh.models.VirtualServiceTrafficRouteRule(**kwargs)

Bases: object

Rule for routing incoming virtual service traffic to a version.

Attributes

TYPE_HTTP A constant which can be used with the type property of a VirtualServiceTrafficRouteRule.
TYPE_TCP A constant which can be used with the type property of a VirtualServiceTrafficRouteRule.
TYPE_TLS_PASSTHROUGH A constant which can be used with the type property of a VirtualServiceTrafficRouteRule.
destinations [Required] Gets the destinations of this VirtualServiceTrafficRouteRule.
type [Required] Gets the type of this VirtualServiceTrafficRouteRule.

Methods

__init__(**kwargs) Initializes a new VirtualServiceTrafficRouteRule 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.
TYPE_HTTP = 'HTTP'

A constant which can be used with the type property of a VirtualServiceTrafficRouteRule. This constant has a value of “HTTP”

TYPE_TCP = 'TCP'

A constant which can be used with the type property of a VirtualServiceTrafficRouteRule. This constant has a value of “TCP”

TYPE_TLS_PASSTHROUGH = 'TLS_PASSTHROUGH'

A constant which can be used with the type property of a VirtualServiceTrafficRouteRule. This constant has a value of “TLS_PASSTHROUGH”

__init__(**kwargs)

Initializes a new VirtualServiceTrafficRouteRule 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:
  • type (str) – The value to assign to the type property of this VirtualServiceTrafficRouteRule. Allowed values for this property are: “HTTP”, “TLS_PASSTHROUGH”, “TCP”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • destinations (list[oci.service_mesh.models.VirtualDeploymentTrafficRuleTarget]) – The value to assign to the destinations property of this VirtualServiceTrafficRouteRule.
destinations

[Required] Gets the destinations of this VirtualServiceTrafficRouteRule. The destination of the request.

Returns:The destinations of this VirtualServiceTrafficRouteRule.
Return type:list[oci.service_mesh.models.VirtualDeploymentTrafficRuleTarget]
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.

type

[Required] Gets the type of this VirtualServiceTrafficRouteRule. Type of protocol.

Allowed values for this property are: “HTTP”, “TLS_PASSTHROUGH”, “TCP”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The type of this VirtualServiceTrafficRouteRule.
Return type:str