public class FcoeConfigFcoeSpecification extends DynamicData
Java class for FcoeConfigFcoeSpecification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FcoeConfigFcoeSpecification">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="underlyingPnic" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="priorityClass" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="sourceMac" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="vlanRange" type="{urn:vim25}FcoeConfigVlanRange" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
priorityClass |
protected String |
sourceMac |
protected String |
underlyingPnic |
protected List<FcoeConfigVlanRange> |
vlanRange |
| Constructor and Description |
|---|
FcoeConfigFcoeSpecification() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getPriorityClass()
Gets the value of the priorityClass property.
|
String |
getSourceMac()
Gets the value of the sourceMac property.
|
String |
getUnderlyingPnic()
Gets the value of the underlyingPnic property.
|
List<FcoeConfigVlanRange> |
getVlanRange()
Gets the value of the vlanRange property.
|
void |
setPriorityClass(Integer value)
Sets the value of the priorityClass property.
|
void |
setSourceMac(String value)
Sets the value of the sourceMac property.
|
void |
setUnderlyingPnic(String value)
Sets the value of the underlyingPnic property.
|
protected String underlyingPnic
protected Integer priorityClass
protected String sourceMac
protected List<FcoeConfigVlanRange> vlanRange
public String getUnderlyingPnic()
Stringpublic void setUnderlyingPnic(String value)
value - allowed object is
Stringpublic Integer getPriorityClass()
Integerpublic void setPriorityClass(Integer value)
value - allowed object is
Integerpublic String getSourceMac()
Stringpublic void setSourceMac(String value)
value - allowed object is
Stringpublic List<FcoeConfigVlanRange> getVlanRange()
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 vlanRange property.
For example, to add a new item, do as follows:
getVlanRange().add(newItem);
Objects of the following type(s) are allowed in the list
FcoeConfigVlanRange
Copyright © 2018. All rights reserved.