public class DvsIpNetworkRuleQualifier extends DvsNetworkRuleQualifier
Java class for DvsIpNetworkRuleQualifier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DvsIpNetworkRuleQualifier">
<complexContent>
<extension base="{urn:vim25}DvsNetworkRuleQualifier">
<sequence>
<element name="sourceAddress" type="{urn:vim25}IpAddress" minOccurs="0"/>
<element name="destinationAddress" type="{urn:vim25}IpAddress" minOccurs="0"/>
<element name="protocol" type="{urn:vim25}IntExpression" minOccurs="0"/>
<element name="sourceIpPort" type="{urn:vim25}DvsIpPort" minOccurs="0"/>
<element name="destinationIpPort" type="{urn:vim25}DvsIpPort" minOccurs="0"/>
<element name="tcpFlags" type="{urn:vim25}IntExpression" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected IpAddress |
destinationAddress |
protected DvsIpPort |
destinationIpPort |
protected IntExpression |
protocol |
protected IpAddress |
sourceAddress |
protected DvsIpPort |
sourceIpPort |
protected IntExpression |
tcpFlags |
key| Constructor and Description |
|---|
DvsIpNetworkRuleQualifier() |
| Modifier and Type | Method and Description |
|---|---|
IpAddress |
getDestinationAddress()
Gets the value of the destinationAddress property.
|
DvsIpPort |
getDestinationIpPort()
Gets the value of the destinationIpPort property.
|
IntExpression |
getProtocol()
Gets the value of the protocol property.
|
IpAddress |
getSourceAddress()
Gets the value of the sourceAddress property.
|
DvsIpPort |
getSourceIpPort()
Gets the value of the sourceIpPort property.
|
IntExpression |
getTcpFlags()
Gets the value of the tcpFlags property.
|
void |
setDestinationAddress(IpAddress value)
Sets the value of the destinationAddress property.
|
void |
setDestinationIpPort(DvsIpPort value)
Sets the value of the destinationIpPort property.
|
void |
setProtocol(IntExpression value)
Sets the value of the protocol property.
|
void |
setSourceAddress(IpAddress value)
Sets the value of the sourceAddress property.
|
void |
setSourceIpPort(DvsIpPort value)
Sets the value of the sourceIpPort property.
|
void |
setTcpFlags(IntExpression value)
Sets the value of the tcpFlags property.
|
getKey, setKeyprotected IpAddress sourceAddress
protected IpAddress destinationAddress
protected IntExpression protocol
protected DvsIpPort sourceIpPort
protected DvsIpPort destinationIpPort
protected IntExpression tcpFlags
public IpAddress getSourceAddress()
IpAddresspublic void setSourceAddress(IpAddress value)
value - allowed object is
IpAddresspublic IpAddress getDestinationAddress()
IpAddresspublic void setDestinationAddress(IpAddress value)
value - allowed object is
IpAddresspublic IntExpression getProtocol()
IntExpressionpublic void setProtocol(IntExpression value)
value - allowed object is
IntExpressionpublic DvsIpPort getSourceIpPort()
DvsIpPortpublic void setSourceIpPort(DvsIpPort value)
value - allowed object is
DvsIpPortpublic DvsIpPort getDestinationIpPort()
DvsIpPortpublic void setDestinationIpPort(DvsIpPort value)
value - allowed object is
DvsIpPortpublic IntExpression getTcpFlags()
IntExpressionpublic void setTcpFlags(IntExpression value)
value - allowed object is
IntExpressionCopyright © 2018. All rights reserved.