public class WinNetBIOSConfigInfo extends NetBIOSConfigInfo
Java class for WinNetBIOSConfigInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WinNetBIOSConfigInfo">
<complexContent>
<extension base="{urn:vim25}NetBIOSConfigInfo">
<sequence>
<element name="primaryWINS" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="secondaryWINS" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
primaryWINS |
protected String |
secondaryWINS |
mode| Constructor and Description |
|---|
WinNetBIOSConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPrimaryWINS()
Gets the value of the primaryWINS property.
|
String |
getSecondaryWINS()
Gets the value of the secondaryWINS property.
|
void |
setPrimaryWINS(String value)
Sets the value of the primaryWINS property.
|
void |
setSecondaryWINS(String value)
Sets the value of the secondaryWINS property.
|
getMode, setModepublic String getPrimaryWINS()
Stringpublic void setPrimaryWINS(String value)
value - allowed object is
Stringpublic String getSecondaryWINS()
StringCopyright © 2018. All rights reserved.