public class HostDiskMappingInfo extends DynamicData
Java class for HostDiskMappingInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostDiskMappingInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="physicalPartition" type="{urn:vim25}HostDiskMappingPartitionInfo" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="exclusive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
exclusive |
protected String |
name |
protected HostDiskMappingPartitionInfo |
physicalPartition |
| Constructor and Description |
|---|
HostDiskMappingInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
HostDiskMappingPartitionInfo |
getPhysicalPartition()
Gets the value of the physicalPartition property.
|
Boolean |
isExclusive()
Gets the value of the exclusive property.
|
void |
setExclusive(Boolean value)
Sets the value of the exclusive property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPhysicalPartition(HostDiskMappingPartitionInfo value)
Sets the value of the physicalPartition property.
|
protected HostDiskMappingPartitionInfo physicalPartition
protected String name
protected Boolean exclusive
public HostDiskMappingPartitionInfo getPhysicalPartition()
HostDiskMappingPartitionInfopublic void setPhysicalPartition(HostDiskMappingPartitionInfo value)
value - allowed object is
HostDiskMappingPartitionInfopublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Boolean isExclusive()
BooleanCopyright © 2018. All rights reserved.