 15f7be9a52
			
		
	
	15f7be9a52
	
	
	
		
			
			This external documentation for pyVmomi was generated using Googly Docs (aka Google Standard Documentation) which renders very cleanly in GitHub. Internal documentation for a class should be done in Sphinx format because tools like pyCharm and Eclipse can use that documentation as a hint for code completion. Note: External docs as Googly Docs, internal docs as Sphinx. Closes bug#15
		
			
				
	
	
	
		
			1.4 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	vim.dvs.TrafficRule.IpQualifier
This class defines the IP Rule Qualifier. Here IP addresses of source and destination will be used for classifying packets.
- extends
- since
- Attributes:
- 
sourceAddress (vim.IpAddress, optional): IP qualifier for source. If this property is NULL, it will match "any IPv4 or any IPv6 address". destinationAddress (vim.IpAddress, optional): IP qualifier for destination. If this property is NULL, it will match "any IPv4 or any IPv6 address". protocol (vim.IntExpression, optional): Protocols like TCP, UDP, ICMP etc. The valid value for a protocol is got from IANA assigned value for the protocol. This can be got from RFC 5237 and IANA website section related to protocol numbers. sourceIpPort (vim.dvs.TrafficRule.IpPort, optional): Source IP Port. destinationIpPort (vim.dvs.TrafficRule.IpPort, optional): Destination IP Port. tcpFlags (vim.IntExpression, optional): TCP flags. The valid values can be found at RFC 3168.