Class Node

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

public class Node extends Object
  • Constructor Details

  • Method Details

    • builder

      public static Node.Builder builder()
    • getId

      public String getId()
    • getLocationId

      public String getLocationId()
    • 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()
    • isOs64Bit

      public boolean isOs64Bit()
    • getLoginPort

      public int getLoginPort()
    • getTags

      public Set<String> getTags()
    • getMetadata

      public Map<String,String> getMetadata()
    • getUsername

      public String getUsername()
    • getCredential

      public String getCredential()
    • getCredentialUrl

      public URI getCredentialUrl()
    • getSudoPassword

      public String getSudoPassword()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object