InlinePolicyServiceChain1
Properties
Forward path service profiles are applied to ingress traffic.
Path to service segment using which the traffic needs to be redirected.
Failure policy for the service defines the action to be taken i.e to allow or to block the traffic during failure scenarios.
Possible values are: ALLOW , BLOCK
Path selection policy can be - ANY - Service Insertion is free to redirect to any service path regardless of any load balancing considerations or flow pinning. LOCAL - Preference to be given to local service insances. REMOTE - Preference to be given to the SVM co-located on the same host. ROUND_ROBIN - All active service paths are hit with equal probability.
Possible values are: ANY , LOCAL , REMOTE , ROUND_ROBIN
Reverse path service profiles are applied to egress traffic and is optional. 2 different set of profiles can be defined for forward and reverse path. If not defined, the reverse of the forward path service profile is applied.
JSON Example
{
"forward_path_service_profiles": [
"string"
],
"service_segment_path": [
"string"
]
}
Vendor Extensions
x-vmw-nsx-module: PolicyServiceInsertion