public class DVSSummary extends DynamicData
Java class for DVSSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DVSSummary">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="uuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="numPorts" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="productInfo" type="{urn:vim25}DistributedVirtualSwitchProductSpec" minOccurs="0"/>
<element name="hostMember" type="{urn:vim25}ManagedObjectReference" maxOccurs="unbounded" minOccurs="0"/>
<element name="vm" type="{urn:vim25}ManagedObjectReference" maxOccurs="unbounded" minOccurs="0"/>
<element name="host" type="{urn:vim25}ManagedObjectReference" maxOccurs="unbounded" minOccurs="0"/>
<element name="portgroupName" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="contact" type="{urn:vim25}DVSContactInfo" minOccurs="0"/>
<element name="numHosts" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DVSContactInfo |
contact |
protected String |
description |
protected List<ManagedObjectReference> |
host |
protected List<ManagedObjectReference> |
hostMember |
protected String |
name |
protected Integer |
numHosts |
protected int |
numPorts |
protected List<String> |
portgroupName |
protected DistributedVirtualSwitchProductSpec |
productInfo |
protected String |
uuid |
protected List<ManagedObjectReference> |
vm |
| Constructor and Description |
|---|
DVSSummary() |
| Modifier and Type | Method and Description |
|---|---|
DVSContactInfo |
getContact()
Gets the value of the contact property.
|
String |
getDescription()
Gets the value of the description property.
|
List<ManagedObjectReference> |
getHost()
Gets the value of the host property.
|
List<ManagedObjectReference> |
getHostMember()
Gets the value of the hostMember property.
|
String |
getName()
Gets the value of the name property.
|
Integer |
getNumHosts()
Gets the value of the numHosts property.
|
int |
getNumPorts()
Gets the value of the numPorts property.
|
List<String> |
getPortgroupName()
Gets the value of the portgroupName property.
|
DistributedVirtualSwitchProductSpec |
getProductInfo()
Gets the value of the productInfo property.
|
String |
getUuid()
Gets the value of the uuid property.
|
List<ManagedObjectReference> |
getVm()
Gets the value of the vm property.
|
void |
setContact(DVSContactInfo value)
Sets the value of the contact property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNumHosts(Integer value)
Sets the value of the numHosts property.
|
void |
setNumPorts(int value)
Sets the value of the numPorts property.
|
void |
setProductInfo(DistributedVirtualSwitchProductSpec value)
Sets the value of the productInfo property.
|
void |
setUuid(String value)
Sets the value of the uuid property.
|
protected String name
protected String uuid
protected int numPorts
protected DistributedVirtualSwitchProductSpec productInfo
protected List<ManagedObjectReference> hostMember
protected List<ManagedObjectReference> vm
protected List<ManagedObjectReference> host
protected String description
protected DVSContactInfo contact
protected Integer numHosts
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getUuid()
Stringpublic void setUuid(String value)
value - allowed object is
Stringpublic int getNumPorts()
public void setNumPorts(int value)
public DistributedVirtualSwitchProductSpec getProductInfo()
DistributedVirtualSwitchProductSpecpublic void setProductInfo(DistributedVirtualSwitchProductSpec value)
value - allowed object is
DistributedVirtualSwitchProductSpecpublic List<ManagedObjectReference> getHostMember()
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 hostMember property.
For example, to add a new item, do as follows:
getHostMember().add(newItem);
Objects of the following type(s) are allowed in the list
ManagedObjectReference
public List<ManagedObjectReference> getVm()
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 vm property.
For example, to add a new item, do as follows:
getVm().add(newItem);
Objects of the following type(s) are allowed in the list
ManagedObjectReference
public List<ManagedObjectReference> getHost()
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 host property.
For example, to add a new item, do as follows:
getHost().add(newItem);
Objects of the following type(s) are allowed in the list
ManagedObjectReference
public List<String> getPortgroupName()
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 portgroupName property.
For example, to add a new item, do as follows:
getPortgroupName().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic DVSContactInfo getContact()
DVSContactInfopublic void setContact(DVSContactInfo value)
value - allowed object is
DVSContactInfopublic Integer getNumHosts()
IntegerCopyright © 2018. All rights reserved.