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()
An identifier for the cloud that this cloud pool manages.
|
List<String> |
supportedApiVersions()
A list of supported API versions.
|
String |
toString() |
public CloudPoolMetadata(String poolIdentifier, List<String> supportedApiVersions)
poolIdentifier - An identifier for the cloud infrastructure managed by this
cloud pool. See CloudProviders for a list of known
identifiers.supportedApiVersions - List of supported API versions.public String poolIdentifier()
CloudProviders for a list of known identifiers.public List<String> supportedApiVersions()
Copyright © 2011–2017 Elastisys. All rights reserved.