@Generated(value="org.jsonschema2pojo") public class ToComputingService_ extends Object
| Constructor and Description |
|---|
ToComputingService_() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Integer |
getBandwidth()
The normal bandwidth available between the Storage and Computing services (Mb/s)
|
String |
getComputingServiceID()
The ID of the ComputingService
|
String |
getNetworkInfo()
Type of network connections between the Storage and Computing services (NetworkInfo_t)
|
List<String> |
getStorageAccessProtocolID()
IDs of the protocols that can be used to access the StorageService
|
String |
getStorageServiceID()
The ID of the StorageService
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setBandwidth(Integer bandwidth)
The normal bandwidth available between the Storage and Computing services (Mb/s)
|
void |
setComputingServiceID(String computingServiceID)
The ID of the ComputingService
|
void |
setNetworkInfo(String networkInfo)
Type of network connections between the Storage and Computing services (NetworkInfo_t)
|
void |
setStorageAccessProtocolID(List<String> storageAccessProtocolID)
IDs of the protocols that can be used to access the StorageService
|
void |
setStorageServiceID(String storageServiceID)
The ID of the StorageService
|
String |
toString() |
public String getNetworkInfo()
public void setNetworkInfo(String networkInfo)
public Integer getBandwidth()
public void setBandwidth(Integer bandwidth)
public List<String> getStorageAccessProtocolID()
public void setStorageAccessProtocolID(List<String> storageAccessProtocolID)
public String getComputingServiceID()
public void setComputingServiceID(String computingServiceID)
public String getStorageServiceID()
public void setStorageServiceID(String storageServiceID)
Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.