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"/>
</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.
|
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 |
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 |
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, unsetLinksgetActions, isSetActions, setActionspublic DataCenter getDataCenter()
DataCenterpublic void setDataCenter(DataCenter value)
value - allowed object is
DataCenterpublic boolean isSetDataCenter()
public Cluster getCluster()
Clusterpublic void setCluster(Cluster value)
value - allowed object is
Clusterpublic boolean isSetCluster()
public void setIp(IP value)
value - allowed object is
IPpublic boolean isSetIp()
public void setVlan(VLAN value)
value - allowed object is
VLANpublic boolean isSetVlan()
public Boolean getStp()
Booleanpublic void setStp(Boolean value)
value - allowed object is
Booleanpublic boolean isSetStp()
public Status getStatus()
Statuspublic void setStatus(Status value)
value - allowed object is
Statuspublic boolean isSetStatus()
public Boolean getDisplay()
Booleanpublic void setDisplay(Boolean value)
value - allowed object is
Booleanpublic boolean isSetDisplay()
public Integer getMtu()
Integerpublic void setMtu(Integer value)
value - allowed object is
Integerpublic boolean isSetMtu()
public Usages getUsages()
Usagespublic void setUsages(Usages value)
value - allowed object is
Usagespublic boolean isSetUsages()
public Boolean getRequired()
Booleanpublic void setRequired(Boolean value)
value - allowed object is
Booleanpublic boolean isSetRequired()
public Boolean getProfileRequired()
Booleanpublic void setProfileRequired(Boolean value)
value - allowed object is
Booleanpublic boolean isSetProfileRequired()
public Object getLabels()
Labelspublic void setLabels(Labels value)
value - allowed object is
Labelspublic boolean isSetLabels()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0