public class VnicProfile extends BaseResource
Java class for VnicProfile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VnicProfile"> <complexContent> <extension base="{}BaseResource"> <sequence> <element ref="{}network" minOccurs="0"/> <element name="port_mirroring" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element ref="{}custom_properties" minOccurs="0"/> <element name="pass_through" type="{}VnicPassThrough" minOccurs="0"/> <element ref="{}qos" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
VnicProfile() |
Modifier and Type | Method and Description |
---|---|
CustomProperties |
getCustomProperties()
Gets the value of the customProperties property.
|
Network |
getNetwork()
Gets the value of the network property.
|
VnicPassThrough |
getPassThrough()
Gets the value of the passThrough property.
|
Boolean |
getPortMirroring()
Gets the value of the portMirroring property.
|
QoS |
getQos()
Gets the value of the qos property.
|
boolean |
isSetCustomProperties() |
boolean |
isSetNetwork() |
boolean |
isSetPassThrough() |
boolean |
isSetPortMirroring() |
boolean |
isSetQos() |
void |
setCustomProperties(CustomProperties value)
Sets the value of the customProperties property.
|
void |
setNetwork(Network value)
Sets the value of the network property.
|
void |
setPassThrough(VnicPassThrough value)
Sets the value of the passThrough property.
|
void |
setPortMirroring(Boolean value)
Sets the value of the portMirroring property.
|
void |
setQos(QoS value)
Sets the value of the qos property.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinks
getActions, isSetActions, setActions
public Network getNetwork()
Network
public void setNetwork(Network value)
value
- allowed object is
Network
public boolean isSetNetwork()
public Boolean getPortMirroring()
Boolean
public void setPortMirroring(Boolean value)
value
- allowed object is
Boolean
public boolean isSetPortMirroring()
public CustomProperties getCustomProperties()
CustomProperties
public void setCustomProperties(CustomProperties value)
value
- allowed object is
CustomProperties
public boolean isSetCustomProperties()
public VnicPassThrough getPassThrough()
VnicPassThrough
public void setPassThrough(VnicPassThrough value)
value
- allowed object is
VnicPassThrough
public boolean isSetPassThrough()
public void setQos(QoS value)
value
- allowed object is
QoS
public boolean isSetQos()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0