public class QueryDvsCheckCompatibilityRequestType extends Object
Java class for QueryDvsCheckCompatibilityRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryDvsCheckCompatibilityRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="hostContainer" type="{urn:vim25}DistributedVirtualSwitchManagerHostContainer"/>
<element name="dvsProductSpec" type="{urn:vim25}DistributedVirtualSwitchManagerDvsProductSpec" minOccurs="0"/>
<element name="hostFilterSpec" type="{urn:vim25}DistributedVirtualSwitchManagerHostDvsFilterSpec" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected DistributedVirtualSwitchManagerDvsProductSpec |
dvsProductSpec |
protected DistributedVirtualSwitchManagerHostContainer |
hostContainer |
protected List<DistributedVirtualSwitchManagerHostDvsFilterSpec> |
hostFilterSpec |
| Constructor and Description |
|---|
QueryDvsCheckCompatibilityRequestType() |
| Modifier and Type | Method and Description |
|---|---|
DistributedVirtualSwitchManagerDvsProductSpec |
getDvsProductSpec()
Gets the value of the dvsProductSpec property.
|
DistributedVirtualSwitchManagerHostContainer |
getHostContainer()
Gets the value of the hostContainer property.
|
List<DistributedVirtualSwitchManagerHostDvsFilterSpec> |
getHostFilterSpec()
Gets the value of the hostFilterSpec property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
void |
setDvsProductSpec(DistributedVirtualSwitchManagerDvsProductSpec value)
Sets the value of the dvsProductSpec property.
|
void |
setHostContainer(DistributedVirtualSwitchManagerHostContainer value)
Sets the value of the hostContainer property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected DistributedVirtualSwitchManagerHostContainer hostContainer
protected DistributedVirtualSwitchManagerDvsProductSpec dvsProductSpec
protected List<DistributedVirtualSwitchManagerHostDvsFilterSpec> hostFilterSpec
public QueryDvsCheckCompatibilityRequestType()
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic DistributedVirtualSwitchManagerHostContainer getHostContainer()
DistributedVirtualSwitchManagerHostContainerpublic void setHostContainer(DistributedVirtualSwitchManagerHostContainer value)
value - allowed object is
DistributedVirtualSwitchManagerHostContainerpublic DistributedVirtualSwitchManagerDvsProductSpec getDvsProductSpec()
DistributedVirtualSwitchManagerDvsProductSpecpublic void setDvsProductSpec(DistributedVirtualSwitchManagerDvsProductSpec value)
value - allowed object is
DistributedVirtualSwitchManagerDvsProductSpecpublic List<DistributedVirtualSwitchManagerHostDvsFilterSpec> getHostFilterSpec()
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 hostFilterSpec property.
For example, to add a new item, do as follows:
getHostFilterSpec().add(newItem);
Objects of the following type(s) are allowed in the list
DistributedVirtualSwitchManagerHostDvsFilterSpec
Copyright © 2018. All rights reserved.