public class ChangeAccessModeRequestType extends Object
Java class for ChangeAccessModeRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChangeAccessModeRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="principal" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="isGroup" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="accessMode" type="{urn:vim25}HostAccessMode"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected HostAccessMode |
accessMode |
protected boolean |
isGroup |
protected String |
principal |
| Constructor and Description |
|---|
ChangeAccessModeRequestType() |
| Modifier and Type | Method and Description |
|---|---|
HostAccessMode |
getAccessMode()
Gets the value of the accessMode property.
|
String |
getPrincipal()
Gets the value of the principal property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
boolean |
isIsGroup()
Gets the value of the isGroup property.
|
void |
setAccessMode(HostAccessMode value)
Sets the value of the accessMode property.
|
void |
setIsGroup(boolean value)
Sets the value of the isGroup property.
|
void |
setPrincipal(String value)
Sets the value of the principal property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected String principal
protected boolean isGroup
protected HostAccessMode accessMode
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getPrincipal()
Stringpublic void setPrincipal(String value)
value - allowed object is
Stringpublic boolean isIsGroup()
public void setIsGroup(boolean value)
public HostAccessMode getAccessMode()
HostAccessModepublic void setAccessMode(HostAccessMode value)
value - allowed object is
HostAccessModeCopyright © 2018. All rights reserved.