public class Network extends BaseResource
Java class for Network complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Network"> <complexContent> <extension base="{}BaseResource"> <sequence> <element ref="{}data_center" minOccurs="0"/> <element ref="{}cluster" minOccurs="0"/> <element ref="{}ip" minOccurs="0"/> <element ref="{}vlan" minOccurs="0"/> <element name="stp" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element ref="{}status" minOccurs="0"/> <element name="display" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="mtu" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element ref="{}usages" minOccurs="0"/> <element name="required" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="profile_required" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element ref="{}labels" minOccurs="0"/> <element ref="{}qos" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
Network() |
Modifier and Type | Method and Description |
---|---|
Cluster |
getCluster()
Gets the value of the cluster property.
|
DataCenter |
getDataCenter()
Gets the value of the dataCenter property.
|
Boolean |
getDisplay()
Gets the value of the display property.
|
IP |
getIp()
Gets the value of the ip property.
|
Object |
getLabels()
Gets the value of the labels property.
|
Integer |
getMtu()
Gets the value of the mtu property.
|
Boolean |
getProfileRequired()
Gets the value of the profileRequired property.
|
QoS |
getQos()
Gets the value of the qos property.
|
Boolean |
getRequired()
Gets the value of the required property.
|
Status |
getStatus()
Gets the value of the status property.
|
Boolean |
getStp()
Gets the value of the stp property.
|
Usages |
getUsages()
Gets the value of the usages property.
|
VLAN |
getVlan()
Gets the value of the vlan property.
|
boolean |
isSetCluster() |
boolean |
isSetDataCenter() |
boolean |
isSetDisplay() |
boolean |
isSetIp() |
boolean |
isSetLabels() |
boolean |
isSetMtu() |
boolean |
isSetProfileRequired() |
boolean |
isSetQos() |
boolean |
isSetRequired() |
boolean |
isSetStatus() |
boolean |
isSetStp() |
boolean |
isSetUsages() |
boolean |
isSetVlan() |
void |
setCluster(Cluster value)
Sets the value of the cluster property.
|
void |
setDataCenter(DataCenter value)
Sets the value of the dataCenter property.
|
void |
setDisplay(Boolean value)
Sets the value of the display property.
|
void |
setIp(IP value)
Sets the value of the ip property.
|
void |
setLabels(Labels value)
Sets the value of the labels property.
|
void |
setMtu(Integer value)
Sets the value of the mtu property.
|
void |
setProfileRequired(Boolean value)
Sets the value of the profileRequired property.
|
void |
setQos(QoS value)
Sets the value of the qos property.
|
void |
setRequired(Boolean value)
Sets the value of the required property.
|
void |
setStatus(Status value)
Sets the value of the status property.
|
void |
setStp(Boolean value)
Sets the value of the stp property.
|
void |
setUsages(Usages value)
Sets the value of the usages property.
|
void |
setVlan(VLAN value)
Sets the value of the vlan 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 DataCenter getDataCenter()
DataCenter
public void setDataCenter(DataCenter value)
value
- allowed object is
DataCenter
public boolean isSetDataCenter()
public Cluster getCluster()
Cluster
public void setCluster(Cluster value)
value
- allowed object is
Cluster
public boolean isSetCluster()
public void setIp(IP value)
value
- allowed object is
IP
public boolean isSetIp()
public void setVlan(VLAN value)
value
- allowed object is
VLAN
public boolean isSetVlan()
public Boolean getStp()
Boolean
public void setStp(Boolean value)
value
- allowed object is
Boolean
public boolean isSetStp()
public Status getStatus()
Status
public void setStatus(Status value)
value
- allowed object is
Status
public boolean isSetStatus()
public Boolean getDisplay()
Boolean
public void setDisplay(Boolean value)
value
- allowed object is
Boolean
public boolean isSetDisplay()
public Integer getMtu()
Integer
public void setMtu(Integer value)
value
- allowed object is
Integer
public boolean isSetMtu()
public Usages getUsages()
Usages
public void setUsages(Usages value)
value
- allowed object is
Usages
public boolean isSetUsages()
public Boolean getRequired()
Boolean
public void setRequired(Boolean value)
value
- allowed object is
Boolean
public boolean isSetRequired()
public Boolean getProfileRequired()
Boolean
public void setProfileRequired(Boolean value)
value
- allowed object is
Boolean
public boolean isSetProfileRequired()
public Object getLabels()
Labels
public void setLabels(Labels value)
value
- allowed object is
Labels
public boolean isSetLabels()
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