| Name | Type | Description | Notes |
|---|---|---|---|
| reversePathServiceProfiles | List<ResourceReference> | List of ServiceInsertionServiceProfiles id. 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. | [optional] |
| serviceAttachments | List<ResourceReference> | Service attachment specifies the scope i.e Service plane at which the SVMs are deployed. | |
| forwardPathServiceProfiles | List<ResourceReference> | List of ServiceInsertionServiceProfiles that constitutes the the service chain. The forward path service profiles are applied to ingress traffic. | |
| serviceChainId | String | A unique id generated for every service chain. This is not a uuid. | [optional] |
| pathSelectionPolicy | PathSelectionPolicyEnum | 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 - means to prefer local service insances. REMOTE - preference is to redirect to the SVM co-located on the same host. | [optional] |
| onFailurePolicy | OnFailurePolicyEnum | Failure policy for the service tells datapath, the action to take i.e to allow or block traffic during failure scenarios. | [optional] |
| Name | Value |
|---|---|
| ANY | "ANY" |
| LOCAL | "LOCAL" |
| REMOTE | "REMOTE" |
| Name | Value |
|---|---|
| ALLOW | "ALLOW" |
| BLOCK | "BLOCK" |