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, unsetLinksgetActions, isSetActions, setActionspublic DataCenter getDataCenter()
DataCenterpublic void setDataCenter(DataCenter value)
value - allowed object is
DataCenterpublic boolean isSetDataCenter()
public Object getStorageConnections()
StorageConnectionspublic void setStorageConnections(StorageConnections value)
value - allowed object is
StorageConnectionspublic boolean isSetStorageConnections()
public Object getNetworks()
Networkspublic void setNetworks(Networks value)
value - allowed object is
Networkspublic boolean isSetNetworks()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0