public class JCloudsNodeMetadata extends NodeMetadataImpl implements NodeMetadata
NodeMetadata.Status
tags
Constructor and Description |
---|
JCloudsNodeMetadata(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
String group,
Hardware hardware,
String imageId,
OperatingSystem os,
NodeMetadata.Status status,
String backendStatus,
int loginPort,
Iterable<String> publicAddresses,
Iterable<String> privateAddresses,
LoginCredentials credentials,
String hostname,
String nonce) |
Modifier and Type | Method and Description |
---|---|
static JCloudsNodeMetadata |
fromNodeMetadata(NodeMetadata nmd,
String nonce) |
String |
getNonce() |
getBackendStatus, getCredentials, getGroup, getHardware, getHostname, getImageId, getLoginPort, getOperatingSystem, getPrivateAddresses, getPublicAddresses, getStatus, string
addComputeToStringSuffix, compareTo, computeToStringPrefix, equals, getId, getTags, getType, hashCode
getLocation, getName, getProviderId, getUri, getUserMetadata, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getCredentials, getGroup, getHardware, getHostname, getImageId, getLoginPort, getOperatingSystem, getPrivateAddresses, getPublicAddresses
getBackendStatus, getStatus
getId, getName, getProviderId, getTags, getType
getLocation, getUri, getUserMetadata
compareTo
public JCloudsNodeMetadata(String providerId, String name, String id, Location location, URI uri, Map<String,String> userMetadata, Set<String> tags, @Nullable String group, @Nullable Hardware hardware, @Nullable String imageId, @Nullable OperatingSystem os, NodeMetadata.Status status, @Nullable String backendStatus, int loginPort, Iterable<String> publicAddresses, Iterable<String> privateAddresses, @Nullable LoginCredentials credentials, String hostname, String nonce)
public final String getNonce()
public static JCloudsNodeMetadata fromNodeMetadata(NodeMetadata nmd, String nonce)
Copyright © 2016–2021. All rights reserved.