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