public class IscsiBond extends BaseResource
Java class for IscsiBond complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IscsiBond"> <complexContent> <extension base="{}BaseResource"> <sequence> <element ref="{}data_center" minOccurs="0"/> <element ref="{}storage_connections"/> <element ref="{}networks"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
IscsiBond() |
Modifier and Type | Method and Description |
---|---|
DataCenter |
getDataCenter()
Gets the value of the dataCenter property.
|
Object |
getNetworks()
Gets the value of the networks property.
|
Object |
getStorageConnections()
Gets the value of the storageConnections property.
|
boolean |
isSetDataCenter() |
boolean |
isSetNetworks() |
boolean |
isSetStorageConnections() |
void |
setDataCenter(DataCenter value)
Sets the value of the dataCenter property.
|
void |
setNetworks(Networks value)
Sets the value of the networks property.
|
void |
setStorageConnections(StorageConnections value)
Sets the value of the storageConnections 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 Object getStorageConnections()
StorageConnections
public void setStorageConnections(StorageConnections value)
value
- allowed object is
StorageConnections
public boolean isSetStorageConnections()
public Object getNetworks()
Networks
public void setNetworks(Networks value)
value
- allowed object is
Networks
public boolean isSetNetworks()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0