public class VslmCreateSpec extends DynamicData
Java class for VslmCreateSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VslmCreateSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="backingSpec" type="{urn:vim25}VslmCreateSpecBackingSpec"/>
<element name="capacityInMB" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected VslmCreateSpecBackingSpec |
backingSpec |
protected long |
capacityInMB |
protected String |
name |
| Constructor and Description |
|---|
VslmCreateSpec() |
| Modifier and Type | Method and Description |
|---|---|
VslmCreateSpecBackingSpec |
getBackingSpec()
Gets the value of the backingSpec property.
|
long |
getCapacityInMB()
Gets the value of the capacityInMB property.
|
String |
getName()
Gets the value of the name property.
|
void |
setBackingSpec(VslmCreateSpecBackingSpec value)
Sets the value of the backingSpec property.
|
void |
setCapacityInMB(long value)
Sets the value of the capacityInMB property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String name
protected VslmCreateSpecBackingSpec backingSpec
protected long capacityInMB
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic VslmCreateSpecBackingSpec getBackingSpec()
VslmCreateSpecBackingSpecpublic void setBackingSpec(VslmCreateSpecBackingSpec value)
value - allowed object is
VslmCreateSpecBackingSpecpublic long getCapacityInMB()
public void setCapacityInMB(long value)
Copyright © 2018. All rights reserved.