public class UpdateScsiLunDisplayNameRequestType extends Object
Java class for UpdateScsiLunDisplayNameRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UpdateScsiLunDisplayNameRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="lunUuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected String |
displayName |
protected String |
lunUuid |
| Constructor and Description |
|---|
UpdateScsiLunDisplayNameRequestType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Gets the value of the displayName property.
|
String |
getLunUuid()
Gets the value of the lunUuid property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setLunUuid(String value)
Sets the value of the lunUuid property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected String lunUuid
protected String displayName
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getLunUuid()
Stringpublic void setLunUuid(String value)
value - allowed object is
Stringpublic String getDisplayName()
StringCopyright © 2018. All rights reserved.