InlineServiceDefinition1
Properties
The capabilities provided by the services. Needs to be one or more of the following | NG_FW - Next Generation Firewall | IDS_IPS - Intrusion detection System / Intrusion Prevention System | NET_MON - Network Monitoring | HCX - Hybrid Cloud Exchange | BYOD - Bring Your Own Device | EPP - Endpoint Protection.(Third party AntiVirus partners using NXGI should use this functionality for the service)
Possible values are: NG_FW , IDS_IPS , NET_MON , HCX , BYOD , EPP
This indicates the insertion point of the service i.e whether the service will be used to protect North-South or East-West traffic in the datacenter.
Possible values are: NORTH_SOUTH , EAST_WEST
Id which is unique to a vendor or partner for which the service is created.
The point at which the service is deployed/attached for redirecting the traffic to the the partner appliance. Attachment Point is required if Service caters to any functionality other than EPP.
Possible values are: TIER0_LR , TIER1_LR , SERVICE_PLANE
Failure policy for the service tells datapath, the action to take i.e to Allow or Block traffic during failure scenarios. For north-south ServiceInsertion, failure policy in the service instance takes precedence. For east-west ServiceInsertion, failure policy in the service chain takes precedence. BLOCK is not supported for Endpoint protection (EPP) functionality.
Possible values are: ALLOW , BLOCK
Service Deployment Specification defines takes in information required to deploy and configure a partner appliance/service-vm.
ID of the service manager to which this service is attached with. This field is not set during creation of service. This field will be set explicitly when Service Manager is created successfully using this service.
Transport Type of the service, which is the mechanism of redirecting the traffic to the the partner appliance. Transport type is required if Service caters to any functionality other than EPP.
Possible values are: L2_BRIDGE , L3_ROUTED , NSH
JSON Example
{
"functionalities": [
"NG_FW"
],
"implementations": [
"NORTH_SOUTH"
],
"vendor_id": "string"
}
Vendor Extensions
x-vmw-nsx-module: ServiceInsertionCommonTypes