public class DvsRateLimitNetworkRuleAction extends DvsNetworkRuleAction
Java class for DvsRateLimitNetworkRuleAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DvsRateLimitNetworkRuleAction">
<complexContent>
<extension base="{urn:vim25}DvsNetworkRuleAction">
<sequence>
<element name="packetsPerSecond" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
packetsPerSecond |
| Constructor and Description |
|---|
DvsRateLimitNetworkRuleAction() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPacketsPerSecond()
Gets the value of the packetsPerSecond property.
|
void |
setPacketsPerSecond(int value)
Sets the value of the packetsPerSecond property.
|
Copyright © 2018. All rights reserved.