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"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Cluster |
cluster |
protected DataCenter |
dataCenter |
protected Boolean |
display |
protected IP |
ip |
protected Status |
status |
protected Boolean |
stp |
protected VLAN |
vlan |
actions, creationStatus, description, href, id, links, name
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.
|
IP |
getIp()
Gets the value of the ip property.
|
Status |
getStatus()
Gets the value of the status property.
|
VLAN |
getVlan()
Gets the value of the vlan property.
|
Boolean |
isDisplay()
Gets the value of the display property.
|
boolean |
isSetCluster() |
boolean |
isSetDataCenter() |
boolean |
isSetDisplay() |
boolean |
isSetIp() |
boolean |
isSetStatus() |
boolean |
isSetStp() |
boolean |
isSetVlan() |
Boolean |
isStp()
Gets the value of the stp property.
|
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 |
setStatus(Status value)
Sets the value of the status property.
|
void |
setStp(Boolean value)
Sets the value of the stp property.
|
void |
setVlan(VLAN value)
Sets the value of the vlan property.
|
getActions, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetActions, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setActions, setCreationStatus, setDescription, setHref, setId, setName, unsetLinks
protected DataCenter dataCenter
protected Cluster cluster
protected IP ip
protected VLAN vlan
protected Boolean stp
protected Status status
protected Boolean display
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 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 isDisplay()
Boolean
public void setDisplay(Boolean value)
value
- allowed object is
Boolean
public boolean isSetDisplay()
Copyright © 2012. All Rights Reserved.