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

InlineIPFIXSwitchCollectionInstance1

Properties

integer as int32
active_timeout Required

The time in seconds after a flow is expired even if more packets matching this flow are received by the cache.


integer as int32
idle_timeout Required

The time in seconds after a Flow is expired if no more packets matching this Flow are received by the cache.


array of string
ipfix_collector_profile_paths Required

Policy path for IPFIX collector profiles. IPFIX data from these logical segments will be sent to all specified IPFIX collectors.


number
packet_sample_probability Required

The probability in percentage that a packet is sampled, in range 0-100. The probability is equal for every packet.


array of string
source_logical_segment_paths Required

Policy path for source tier-1 segment. IPFIX data from these logical segments will be sent IPFIX collector.


integer as int64
max_flows Optional

The maximum number of flow entries in each exporter flow cache.


integer as int32
observation_domain_id Optional

An identifier that is unique to the exporting process and used to meter the Flows.

JSON Example

{
	"active_timeout": 0,
	"idle_timeout": 0,
	"ipfix_collector_profile_paths": [
		"string"
	],
	"packet_sample_probability": 0,
	"source_logical_segment_paths": [
		"string"
	]
}

Vendor Extensions

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

IPFIXSwitchCollectionInstance

Feedback

Was this page helpful?