public static class Cluster.Instance extends Object
InstanceTemplate| Constructor and Description |
|---|
Cluster.Instance(org.jclouds.domain.Credentials loginCredentials,
Set<String> roles,
String publicIp,
String privateIp,
String id,
org.jclouds.compute.domain.NodeMetadata nodeMetadata) |
Cluster.Instance(org.jclouds.domain.Credentials loginCredentials,
Set<String> roles,
String publicIp,
String privateIp,
String id,
org.jclouds.compute.domain.NodeMetadata nodeMetadata,
DnsResolver dnsResolver) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
org.jclouds.domain.Credentials |
getLoginCredentials() |
org.jclouds.compute.domain.NodeMetadata |
getNodeMetadata() |
InetAddress |
getPrivateAddress() |
String |
getPrivateHostName()
Deprecated.
|
String |
getPrivateIp() |
InetAddress |
getPublicAddress() |
String |
getPublicHostName() |
String |
getPublicIp() |
Set<String> |
getRoles() |
String |
toString() |
public Cluster.Instance(org.jclouds.domain.Credentials loginCredentials,
Set<String> roles,
String publicIp,
String privateIp,
String id,
org.jclouds.compute.domain.NodeMetadata nodeMetadata)
public org.jclouds.domain.Credentials getLoginCredentials()
public InetAddress getPublicAddress() throws IOException
IOExceptionpublic InetAddress getPrivateAddress() throws IOException
IOExceptionpublic String getPublicIp()
public String getPublicHostName() throws IOException
IOExceptionpublic String getPrivateIp()
@Deprecated public String getPrivateHostName() throws IOException
IOExceptionpublic String getId()
public org.jclouds.compute.domain.NodeMetadata getNodeMetadata()
Copyright © 2010–2016 Cloudera. All rights reserved.