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