Data Object - DvsIpNetworkRuleQualifier(vim.dvs.TrafficRule.IpQualifier)

Extends
DvsNetworkRuleQualifier
See also
DvsIpPort, IntExpression, IpAddress
Since
vSphere API 5.5

Data Object Description

This class defines the IP Rule Qualifier. Here IP addresses of source and destination will be used for classifying packets.

Properties

Name Type Description
destinationAddress*IpAddress

IP qualifier for destination. If this property is NULL, it will match "any IPv4 or any IPv6 address".
destinationIpPort*DvsIpPort

Destination IP Port.
protocol*IntExpression

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.
sourceAddress*IpAddress

IP qualifier for source. If this property is NULL, it will match "any IPv4 or any IPv6 address".
sourceIpPort*DvsIpPort

Source IP Port.
tcpFlags*IntExpression

TCP flags. The valid values can be found at RFC 3168.
Properties inherited from DvsNetworkRuleQualifier
key
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition