[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

InlineServiceDefinition1

Properties

array of string
functionalities Required

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_FWIDS_IPSNET_MONHCXBYODEPP


array of string
implementations Required

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_SOUTHEAST_WEST


string
vendor_id Required

Id which is unique to a vendor or partner for which the service is created.


array of string
attachment_point Optional

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_LRTIER1_LRSERVICE_PLANE


string
on_failure_policy Optional

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: ALLOWBLOCK


service_capability Optional

Service capability.


service_deployment_spec Optional

Service Deployment Specification defines takes in information required to deploy and configure a partner appliance/service-vm.


string
service_manager_id Optional

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.


array of string
transports Optional

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_BRIDGEL3_ROUTEDNSH

JSON Example

{
	"functionalities": [
		"NG_FW"
	],
	"implementations": [
		"NORTH_SOUTH"
	],
	"vendor_id": "string"
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vmw-nsx-module: ServiceInsertionCommonTypes
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Used By

ServiceDefinition

Feedback

Was this page helpful?