public class UserUnassignedFromGroup extends HostEvent
Java class for UserUnassignedFromGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserUnassignedFromGroup">
<complexContent>
<extension base="{urn:vim25}HostEvent">
<sequence>
<element name="userLogin" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="group" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
group |
protected String |
userLogin |
chainId, changeTag, computeResource, createdTime, datacenter, ds, dvs, fullFormattedMessage, host, key, net, userName, vm| Constructor and Description |
|---|
UserUnassignedFromGroup() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroup()
Gets the value of the group property.
|
String |
getUserLogin()
Gets the value of the userLogin property.
|
void |
setGroup(String value)
Sets the value of the group property.
|
void |
setUserLogin(String value)
Sets the value of the userLogin property.
|
getChainId, getChangeTag, getComputeResource, getCreatedTime, getDatacenter, getDs, getDvs, getFullFormattedMessage, getHost, getKey, getNet, getUserName, getVm, setChainId, setChangeTag, setComputeResource, setCreatedTime, setDatacenter, setDs, setDvs, setFullFormattedMessage, setHost, setKey, setNet, setUserName, setVmpublic String getUserLogin()
Stringpublic void setUserLogin(String value)
value - allowed object is
Stringpublic String getGroup()
StringCopyright © 2018. All rights reserved.