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