org.jclouds.byon
Class Node

java.lang.Object
  extended by org.jclouds.byon.Node

public class Node
extends Object

Author:
Adrian Cole

Field Summary
 String credential
           
 String credential_url
           
 String description
           
 String group
           
 String hostname
           
 String id
           
 String name
           
 String os_arch
           
 String os_description
           
 String os_family
           
 String os_version
           
 String sudo_password
           
 List<String> tags
           
 String username
           
 
Constructor Summary
Node()
           
Node(String id, String name, String description, String hostname, String osArch, String osFamily, String osDescription, String osVersion, String group, List<String> tags, String username, String credential, URI credentialUrl, String sudo_password)
           
 
Method Summary
 boolean equals(Object that)
           
 String getCredential()
           
 URI getCredentialUrl()
           
 String getDescription()
           
 String getGroup()
           
 String getHostname()
           
 String getId()
           
 String getName()
           
 String getOsArch()
           
 String getOsDescription()
           
 String getOsFamily()
           
 String getOsVersion()
           
 String getSudoPassword()
           
 Set<String> getTags()
           
 String getUsername()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

id

public String id

name

public String name

description

public String description

hostname

public String hostname

os_arch

public String os_arch

os_family

public String os_family

os_description

public String os_description

os_version

public String os_version

group

public String group

tags

public List<String> tags

username

public String username

credential

public String credential

credential_url

public String credential_url

sudo_password

public String sudo_password
Constructor Detail

Node

public Node()

Node

public Node(String id,
            String name,
            String description,
            String hostname,
            String osArch,
            String osFamily,
            String osDescription,
            String osVersion,
            String group,
            List<String> tags,
            String username,
            String credential,
            URI credentialUrl,
            String sudo_password)
Method Detail

getId

public String getId()

getName

public String getName()

getDescription

public String getDescription()

getGroup

public String getGroup()

getHostname

public String getHostname()

getOsArch

public String getOsArch()

getOsFamily

public String getOsFamily()

getOsDescription

public String getOsDescription()

getOsVersion

public String getOsVersion()

getTags

public Set<String> getTags()

getUsername

public String getUsername()

getCredential

public String getCredential()

getCredentialUrl

public URI getCredentialUrl()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getSudoPassword

public String getSudoPassword()

equals

public boolean equals(Object that)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2011 jclouds. All Rights Reserved.