public class DistributedVirtualSwitchManagerImportResult extends DynamicData
Java class for DistributedVirtualSwitchManagerImportResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DistributedVirtualSwitchManagerImportResult">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="distributedVirtualSwitch" type="{urn:vim25}ManagedObjectReference" maxOccurs="unbounded" minOccurs="0"/>
<element name="distributedVirtualPortgroup" type="{urn:vim25}ManagedObjectReference" maxOccurs="unbounded" minOccurs="0"/>
<element name="importFault" type="{urn:vim25}ImportOperationBulkFaultFaultOnImport" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ManagedObjectReference> |
distributedVirtualPortgroup |
protected List<ManagedObjectReference> |
distributedVirtualSwitch |
protected List<ImportOperationBulkFaultFaultOnImport> |
importFault |
| Constructor and Description |
|---|
DistributedVirtualSwitchManagerImportResult() |
| Modifier and Type | Method and Description |
|---|---|
List<ManagedObjectReference> |
getDistributedVirtualPortgroup()
Gets the value of the distributedVirtualPortgroup property.
|
List<ManagedObjectReference> |
getDistributedVirtualSwitch()
Gets the value of the distributedVirtualSwitch property.
|
List<ImportOperationBulkFaultFaultOnImport> |
getImportFault()
Gets the value of the importFault property.
|
protected List<ManagedObjectReference> distributedVirtualSwitch
protected List<ManagedObjectReference> distributedVirtualPortgroup
protected List<ImportOperationBulkFaultFaultOnImport> importFault
public DistributedVirtualSwitchManagerImportResult()
public List<ManagedObjectReference> getDistributedVirtualSwitch()
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 distributedVirtualSwitch property.
For example, to add a new item, do as follows:
getDistributedVirtualSwitch().add(newItem);
Objects of the following type(s) are allowed in the list
ManagedObjectReference
public List<ManagedObjectReference> getDistributedVirtualPortgroup()
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 distributedVirtualPortgroup property.
For example, to add a new item, do as follows:
getDistributedVirtualPortgroup().add(newItem);
Objects of the following type(s) are allowed in the list
ManagedObjectReference
public List<ImportOperationBulkFaultFaultOnImport> getImportFault()
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 importFault property.
For example, to add a new item, do as follows:
getImportFault().add(newItem);
Objects of the following type(s) are allowed in the list
ImportOperationBulkFaultFaultOnImport
Copyright © 2018. All rights reserved.