public class SourceNodeSpec extends DynamicData
Java class for SourceNodeSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SourceNodeSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="managementVc" type="{urn:vim25}ServiceLocator"/>
<element name="activeVc" type="{urn:vim25}ManagedObjectReference"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
activeVc |
protected ServiceLocator |
managementVc |
| Constructor and Description |
|---|
SourceNodeSpec() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getActiveVc()
Gets the value of the activeVc property.
|
ServiceLocator |
getManagementVc()
Gets the value of the managementVc property.
|
void |
setActiveVc(ManagedObjectReference value)
Sets the value of the activeVc property.
|
void |
setManagementVc(ServiceLocator value)
Sets the value of the managementVc property.
|
protected ServiceLocator managementVc
protected ManagedObjectReference activeVc
public ServiceLocator getManagementVc()
ServiceLocatorpublic void setManagementVc(ServiceLocator value)
value - allowed object is
ServiceLocatorpublic ManagedObjectReference getActiveVc()
ManagedObjectReferencepublic void setActiveVc(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferenceCopyright © 2018. All rights reserved.