public class FcoeConfigFcoeCapabilities extends DynamicData
Java class for FcoeConfigFcoeCapabilities complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FcoeConfigFcoeCapabilities">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="priorityClass" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="sourceMacAddress" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="vlanRange" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
priorityClass |
protected boolean |
sourceMacAddress |
protected boolean |
vlanRange |
| Constructor and Description |
|---|
FcoeConfigFcoeCapabilities() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPriorityClass()
Gets the value of the priorityClass property.
|
boolean |
isSourceMacAddress()
Gets the value of the sourceMacAddress property.
|
boolean |
isVlanRange()
Gets the value of the vlanRange property.
|
void |
setPriorityClass(boolean value)
Sets the value of the priorityClass property.
|
void |
setSourceMacAddress(boolean value)
Sets the value of the sourceMacAddress property.
|
void |
setVlanRange(boolean value)
Sets the value of the vlanRange property.
|
protected boolean priorityClass
protected boolean sourceMacAddress
protected boolean vlanRange
public boolean isPriorityClass()
public void setPriorityClass(boolean value)
public boolean isSourceMacAddress()
public void setSourceMacAddress(boolean value)
public boolean isVlanRange()
public void setVlanRange(boolean value)
Copyright © 2018. All rights reserved.