public class HostLowLevelProvisioningManagerSnapshotLayoutSpec extends DynamicData
Java class for HostLowLevelProvisioningManagerSnapshotLayoutSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostLowLevelProvisioningManagerSnapshotLayoutSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="srcFilename" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dstFilename" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="disk" type="{urn:vim25}HostLowLevelProvisioningManagerDiskLayoutSpec" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<HostLowLevelProvisioningManagerDiskLayoutSpec> |
disk |
protected String |
dstFilename |
protected int |
id |
protected String |
srcFilename |
| Constructor and Description |
|---|
HostLowLevelProvisioningManagerSnapshotLayoutSpec() |
| Modifier and Type | Method and Description |
|---|---|
List<HostLowLevelProvisioningManagerDiskLayoutSpec> |
getDisk()
Gets the value of the disk property.
|
String |
getDstFilename()
Gets the value of the dstFilename property.
|
int |
getId()
Gets the value of the id property.
|
String |
getSrcFilename()
Gets the value of the srcFilename property.
|
void |
setDstFilename(String value)
Sets the value of the dstFilename property.
|
void |
setId(int value)
Sets the value of the id property.
|
void |
setSrcFilename(String value)
Sets the value of the srcFilename property.
|
protected int id
protected String srcFilename
protected String dstFilename
protected List<HostLowLevelProvisioningManagerDiskLayoutSpec> disk
public HostLowLevelProvisioningManagerSnapshotLayoutSpec()
public int getId()
public void setId(int value)
public String getSrcFilename()
Stringpublic void setSrcFilename(String value)
value - allowed object is
Stringpublic String getDstFilename()
Stringpublic void setDstFilename(String value)
value - allowed object is
Stringpublic List<HostLowLevelProvisioningManagerDiskLayoutSpec> getDisk()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the disk property.
For example, to add a new item, do as follows:
getDisk().add(newItem);
Objects of the following type(s) are allowed in the list
HostLowLevelProvisioningManagerDiskLayoutSpec
Copyright © 2018. All rights reserved.