public class VMwareDVSConfigInfo extends DVSConfigInfo
Java class for VMwareDVSConfigInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VMwareDVSConfigInfo">
<complexContent>
<extension base="{urn:vim25}DVSConfigInfo">
<sequence>
<element name="vspanSession" type="{urn:vim25}VMwareVspanSession" maxOccurs="unbounded" minOccurs="0"/>
<element name="pvlanConfig" type="{urn:vim25}VMwareDVSPvlanMapEntry" maxOccurs="unbounded" minOccurs="0"/>
<element name="maxMtu" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="linkDiscoveryProtocolConfig" type="{urn:vim25}LinkDiscoveryProtocolConfig" minOccurs="0"/>
<element name="ipfixConfig" type="{urn:vim25}VMwareIpfixConfig" minOccurs="0"/>
<element name="lacpGroupConfig" type="{urn:vim25}VMwareDvsLacpGroupConfig" maxOccurs="unbounded" minOccurs="0"/>
<element name="lacpApiVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="multicastFilteringMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected VMwareIpfixConfig |
ipfixConfig |
protected String |
lacpApiVersion |
protected List<VMwareDvsLacpGroupConfig> |
lacpGroupConfig |
protected LinkDiscoveryProtocolConfig |
linkDiscoveryProtocolConfig |
protected int |
maxMtu |
protected String |
multicastFilteringMode |
protected List<VMwareDVSPvlanMapEntry> |
pvlanConfig |
protected List<VMwareVspanSession> |
vspanSession |
configVersion, contact, createTime, defaultPortConfig, defaultProxySwitchMaxNumPorts, description, extensionKey, healthCheckConfig, host, infrastructureTrafficResourceConfig, maxPorts, name, networkResourceControlVersion, networkResourceManagementEnabled, numPorts, numStandalonePorts, pnicCapacityRatioForReservation, policy, productInfo, switchIpAddress, targetInfo, uplinkPortgroup, uplinkPortPolicy, uuid, vendorSpecificConfig, vmVnicNetworkResourcePool| Constructor and Description |
|---|
VMwareDVSConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
VMwareIpfixConfig |
getIpfixConfig()
Gets the value of the ipfixConfig property.
|
String |
getLacpApiVersion()
Gets the value of the lacpApiVersion property.
|
List<VMwareDvsLacpGroupConfig> |
getLacpGroupConfig()
Gets the value of the lacpGroupConfig property.
|
LinkDiscoveryProtocolConfig |
getLinkDiscoveryProtocolConfig()
Gets the value of the linkDiscoveryProtocolConfig property.
|
int |
getMaxMtu()
Gets the value of the maxMtu property.
|
String |
getMulticastFilteringMode()
Gets the value of the multicastFilteringMode property.
|
List<VMwareDVSPvlanMapEntry> |
getPvlanConfig()
Gets the value of the pvlanConfig property.
|
List<VMwareVspanSession> |
getVspanSession()
Gets the value of the vspanSession property.
|
void |
setIpfixConfig(VMwareIpfixConfig value)
Sets the value of the ipfixConfig property.
|
void |
setLacpApiVersion(String value)
Sets the value of the lacpApiVersion property.
|
void |
setLinkDiscoveryProtocolConfig(LinkDiscoveryProtocolConfig value)
Sets the value of the linkDiscoveryProtocolConfig property.
|
void |
setMaxMtu(int value)
Sets the value of the maxMtu property.
|
void |
setMulticastFilteringMode(String value)
Sets the value of the multicastFilteringMode property.
|
getConfigVersion, getContact, getCreateTime, getDefaultPortConfig, getDefaultProxySwitchMaxNumPorts, getDescription, getExtensionKey, getHealthCheckConfig, getHost, getInfrastructureTrafficResourceConfig, getMaxPorts, getName, getNetworkResourceControlVersion, getNumPorts, getNumStandalonePorts, getPnicCapacityRatioForReservation, getPolicy, getProductInfo, getSwitchIpAddress, getTargetInfo, getUplinkPortgroup, getUplinkPortPolicy, getUuid, getVendorSpecificConfig, getVmVnicNetworkResourcePool, isNetworkResourceManagementEnabled, setConfigVersion, setContact, setCreateTime, setDefaultPortConfig, setDefaultProxySwitchMaxNumPorts, setDescription, setExtensionKey, setMaxPorts, setName, setNetworkResourceControlVersion, setNetworkResourceManagementEnabled, setNumPorts, setNumStandalonePorts, setPnicCapacityRatioForReservation, setPolicy, setProductInfo, setSwitchIpAddress, setTargetInfo, setUplinkPortPolicy, setUuidprotected List<VMwareVspanSession> vspanSession
protected List<VMwareDVSPvlanMapEntry> pvlanConfig
protected int maxMtu
protected LinkDiscoveryProtocolConfig linkDiscoveryProtocolConfig
protected VMwareIpfixConfig ipfixConfig
protected List<VMwareDvsLacpGroupConfig> lacpGroupConfig
protected String lacpApiVersion
protected String multicastFilteringMode
public List<VMwareVspanSession> getVspanSession()
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 vspanSession property.
For example, to add a new item, do as follows:
getVspanSession().add(newItem);
Objects of the following type(s) are allowed in the list
VMwareVspanSession
public List<VMwareDVSPvlanMapEntry> getPvlanConfig()
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 pvlanConfig property.
For example, to add a new item, do as follows:
getPvlanConfig().add(newItem);
Objects of the following type(s) are allowed in the list
VMwareDVSPvlanMapEntry
public int getMaxMtu()
public void setMaxMtu(int value)
public LinkDiscoveryProtocolConfig getLinkDiscoveryProtocolConfig()
LinkDiscoveryProtocolConfigpublic void setLinkDiscoveryProtocolConfig(LinkDiscoveryProtocolConfig value)
value - allowed object is
LinkDiscoveryProtocolConfigpublic VMwareIpfixConfig getIpfixConfig()
VMwareIpfixConfigpublic void setIpfixConfig(VMwareIpfixConfig value)
value - allowed object is
VMwareIpfixConfigpublic List<VMwareDvsLacpGroupConfig> getLacpGroupConfig()
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 lacpGroupConfig property.
For example, to add a new item, do as follows:
getLacpGroupConfig().add(newItem);
Objects of the following type(s) are allowed in the list
VMwareDvsLacpGroupConfig
public String getLacpApiVersion()
Stringpublic void setLacpApiVersion(String value)
value - allowed object is
Stringpublic String getMulticastFilteringMode()
StringCopyright © 2018. All rights reserved.