public class VslmMigrateSpec extends DynamicData
Java class for VslmMigrateSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VslmMigrateSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="backingSpec" type="{urn:vim25}VslmCreateSpecBackingSpec"/>
<element name="consolidate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected VslmCreateSpecBackingSpec |
backingSpec |
protected Boolean |
consolidate |
| Constructor and Description |
|---|
VslmMigrateSpec() |
| Modifier and Type | Method and Description |
|---|---|
VslmCreateSpecBackingSpec |
getBackingSpec()
Gets the value of the backingSpec property.
|
Boolean |
isConsolidate()
Gets the value of the consolidate property.
|
void |
setBackingSpec(VslmCreateSpecBackingSpec value)
Sets the value of the backingSpec property.
|
void |
setConsolidate(Boolean value)
Sets the value of the consolidate property.
|
protected VslmCreateSpecBackingSpec backingSpec
protected Boolean consolidate
public VslmCreateSpecBackingSpec getBackingSpec()
VslmCreateSpecBackingSpecpublic void setBackingSpec(VslmCreateSpecBackingSpec value)
value - allowed object is
VslmCreateSpecBackingSpecpublic Boolean isConsolidate()
BooleanCopyright © 2018. All rights reserved.