Package com.vmware.vim25
Class DvsIpNetworkRuleQualifier
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.DvsNetworkRuleQualifier
com.vmware.vim25.DvsIpNetworkRuleQualifier
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class com.vmware.vim25.DvsNetworkRuleQualifier
keyFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDestinationAddress(IpAddress destinationAddress) voidsetDestinationIpPort(DvsIpPort destinationIpPort) voidsetProtocol(IntExpression protocol) voidsetSourceAddress(IpAddress sourceAddress) voidsetSourceIpPort(DvsIpPort sourceIpPort) voidsetTcpFlags(IntExpression tcpFlags) Methods inherited from class com.vmware.vim25.DvsNetworkRuleQualifier
getKey, setKeyMethods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
sourceAddress
-
destinationAddress
-
protocol
-
sourceIpPort
-
destinationIpPort
-
tcpFlags
-
-
Constructor Details
-
DvsIpNetworkRuleQualifier
public DvsIpNetworkRuleQualifier()
-
-
Method Details
-
getSourceAddress
-
getDestinationAddress
-
getProtocol
-
getSourceIpPort
-
getDestinationIpPort
-
getTcpFlags
-
setSourceAddress
-
setDestinationAddress
-
setProtocol
-
setSourceIpPort
-
setDestinationIpPort
-
setTcpFlags
-