public class OvfCreateImportSpecParams extends OvfManagerCommonParams
Java class for OvfCreateImportSpecParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OvfCreateImportSpecParams">
<complexContent>
<extension base="{urn:vim25}OvfManagerCommonParams">
<sequence>
<element name="entityName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="hostSystem" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="networkMapping" type="{urn:vim25}OvfNetworkMapping" maxOccurs="unbounded" minOccurs="0"/>
<element name="ipAllocationPolicy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ipProtocol" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="propertyMapping" type="{urn:vim25}KeyValue" maxOccurs="unbounded" minOccurs="0"/>
<element name="resourceMapping" type="{urn:vim25}OvfResourceMap" maxOccurs="unbounded" minOccurs="0"/>
<element name="diskProvisioning" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="instantiationOst" type="{urn:vim25}OvfConsumerOstNode" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
diskProvisioning |
protected String |
entityName |
protected ManagedObjectReference |
hostSystem |
protected OvfConsumerOstNode |
instantiationOst |
protected String |
ipAllocationPolicy |
protected String |
ipProtocol |
protected List<OvfNetworkMapping> |
networkMapping |
protected List<KeyValue> |
propertyMapping |
protected List<OvfResourceMap> |
resourceMapping |
deploymentOption, importOption, locale, msgBundle| Constructor and Description |
|---|
OvfCreateImportSpecParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDiskProvisioning()
Gets the value of the diskProvisioning property.
|
String |
getEntityName()
Gets the value of the entityName property.
|
ManagedObjectReference |
getHostSystem()
Gets the value of the hostSystem property.
|
OvfConsumerOstNode |
getInstantiationOst()
Gets the value of the instantiationOst property.
|
String |
getIpAllocationPolicy()
Gets the value of the ipAllocationPolicy property.
|
String |
getIpProtocol()
Gets the value of the ipProtocol property.
|
List<OvfNetworkMapping> |
getNetworkMapping()
Gets the value of the networkMapping property.
|
List<KeyValue> |
getPropertyMapping()
Gets the value of the propertyMapping property.
|
List<OvfResourceMap> |
getResourceMapping()
Gets the value of the resourceMapping property.
|
void |
setDiskProvisioning(String value)
Sets the value of the diskProvisioning property.
|
void |
setEntityName(String value)
Sets the value of the entityName property.
|
void |
setHostSystem(ManagedObjectReference value)
Sets the value of the hostSystem property.
|
void |
setInstantiationOst(OvfConsumerOstNode value)
Sets the value of the instantiationOst property.
|
void |
setIpAllocationPolicy(String value)
Sets the value of the ipAllocationPolicy property.
|
void |
setIpProtocol(String value)
Sets the value of the ipProtocol property.
|
getDeploymentOption, getImportOption, getLocale, getMsgBundle, setDeploymentOption, setLocaleprotected String entityName
protected ManagedObjectReference hostSystem
protected List<OvfNetworkMapping> networkMapping
protected String ipAllocationPolicy
protected String ipProtocol
protected List<OvfResourceMap> resourceMapping
protected String diskProvisioning
protected OvfConsumerOstNode instantiationOst
public String getEntityName()
Stringpublic void setEntityName(String value)
value - allowed object is
Stringpublic ManagedObjectReference getHostSystem()
ManagedObjectReferencepublic void setHostSystem(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic List<OvfNetworkMapping> getNetworkMapping()
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 networkMapping property.
For example, to add a new item, do as follows:
getNetworkMapping().add(newItem);
Objects of the following type(s) are allowed in the list
OvfNetworkMapping
public String getIpAllocationPolicy()
Stringpublic void setIpAllocationPolicy(String value)
value - allowed object is
Stringpublic String getIpProtocol()
Stringpublic void setIpProtocol(String value)
value - allowed object is
Stringpublic List<KeyValue> getPropertyMapping()
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 propertyMapping property.
For example, to add a new item, do as follows:
getPropertyMapping().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValue
public List<OvfResourceMap> getResourceMapping()
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 resourceMapping property.
For example, to add a new item, do as follows:
getResourceMapping().add(newItem);
Objects of the following type(s) are allowed in the list
OvfResourceMap
public String getDiskProvisioning()
Stringpublic void setDiskProvisioning(String value)
value - allowed object is
Stringpublic OvfConsumerOstNode getInstantiationOst()
OvfConsumerOstNodepublic void setInstantiationOst(OvfConsumerOstNode value)
value - allowed object is
OvfConsumerOstNodeCopyright © 2018. All rights reserved.