public class FcoeConfig extends DynamicData
Java class for FcoeConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FcoeConfig">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="priorityClass" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="sourceMac" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="vlanRange" type="{urn:vim25}FcoeConfigVlanRange" maxOccurs="unbounded"/>
<element name="capabilities" type="{urn:vim25}FcoeConfigFcoeCapabilities"/>
<element name="fcoeActive" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FcoeConfigFcoeCapabilities |
capabilities |
protected boolean |
fcoeActive |
protected int |
priorityClass |
protected String |
sourceMac |
protected List<FcoeConfigVlanRange> |
vlanRange |
| Constructor and Description |
|---|
FcoeConfig() |
| Modifier and Type | Method and Description |
|---|---|
FcoeConfigFcoeCapabilities |
getCapabilities()
Gets the value of the capabilities property.
|
int |
getPriorityClass()
Gets the value of the priorityClass property.
|
String |
getSourceMac()
Gets the value of the sourceMac property.
|
List<FcoeConfigVlanRange> |
getVlanRange()
Gets the value of the vlanRange property.
|
boolean |
isFcoeActive()
Gets the value of the fcoeActive property.
|
void |
setCapabilities(FcoeConfigFcoeCapabilities value)
Sets the value of the capabilities property.
|
void |
setFcoeActive(boolean value)
Sets the value of the fcoeActive property.
|
void |
setPriorityClass(int value)
Sets the value of the priorityClass property.
|
void |
setSourceMac(String value)
Sets the value of the sourceMac property.
|
protected int priorityClass
protected String sourceMac
protected List<FcoeConfigVlanRange> vlanRange
protected FcoeConfigFcoeCapabilities capabilities
protected boolean fcoeActive
public int getPriorityClass()
public void setPriorityClass(int value)
public 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
public FcoeConfigFcoeCapabilities getCapabilities()
FcoeConfigFcoeCapabilitiespublic void setCapabilities(FcoeConfigFcoeCapabilities value)
value - allowed object is
FcoeConfigFcoeCapabilitiespublic boolean isFcoeActive()
public void setFcoeActive(boolean value)
Copyright © 2018. All rights reserved.