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