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 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.
|
Boolean |
getPortMirroring()
Gets the value of the portMirroring property.
|
QoS |
getQos()
Gets the value of the qos property.
|
boolean |
isSetCustomProperties() |
boolean |
isSetNetwork() |
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 |
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, unsetLinksgetActions, isSetActions, setActionspublic Network getNetwork()
Networkpublic void setNetwork(Network value)
value - allowed object is
Networkpublic boolean isSetNetwork()
public Boolean getPortMirroring()
Booleanpublic void setPortMirroring(Boolean value)
value - allowed object is
Booleanpublic boolean isSetPortMirroring()
public CustomProperties getCustomProperties()
CustomPropertiespublic void setCustomProperties(CustomProperties value)
value - allowed object is
CustomPropertiespublic boolean isSetCustomProperties()
public void setQos(QoS value)
value - allowed object is
QoSpublic boolean isSetQos()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0