public class CloudPoolMetadata extends Object
| Constructor and Description |
|---|
CloudPoolMetadata(String poolIdentifier,
List<String> supportedApiVersions)
Creates a new instance describing the cloud pool and the cloud it
manages.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
poolIdentifier() |
List<String> |
supportedApiVersions() |
String |
toString() |
public CloudPoolMetadata(String poolIdentifier, List<String> supportedApiVersions)
poolIdentifier - The unique identifier for the cloud infrastructure managed by
this cloud pool.supportedApiVersions - List of supported API versions.Copyright © 2011–2016 elastisys. All rights reserved.