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