public class AvailableStorageSystem extends Object implements Serializable
Constructor and Description |
---|
AvailableStorageSystem() |
Modifier and Type | Method and Description |
---|---|
List<NetworkId> |
getAvailableNetworks() |
List<String> |
getConnections() |
String |
getStorageSystemName() |
String |
getStorageSystemUri() |
List<AvailableStorageVolume> |
getVolumes() |
void |
setAvailableNetworks(List<NetworkId> availableNetworks) |
void |
setConnections(List<String> connections) |
void |
setStorageSystemName(String storageSystemName) |
void |
setStorageSystemUri(String storageSystemUri) |
void |
setVolumes(List<AvailableStorageVolume> volumes) |
public void setConnections(List<String> connections)
connections
- the connections to setpublic void setAvailableNetworks(List<NetworkId> availableNetworks)
availableNetworks
- the availableNetworks to setpublic String getStorageSystemName()
public void setStorageSystemName(String storageSystemName)
storageSystemName
- the storageSystemName to setpublic String getStorageSystemUri()
public void setStorageSystemUri(String storageSystemUri)
storageSystemUri
- the storageSystemUri to setpublic List<AvailableStorageVolume> getVolumes()
public void setVolumes(List<AvailableStorageVolume> volumes)
volumes
- the volumes to setCopyright © 2016. All rights reserved.