java.lang.Object
org.jclouds.openstack.nova.v2_0.domain.Console

public class Console extends Object
Represents an Openstack Console.
  • Constructor Details

  • Method Details

    • builder

      public static Console.Builder<?> builder()
    • toBuilder

      public Console.Builder<?> toBuilder()
    • getUrl

      public URI getUrl()
      Returns:
      the url to use to connect to the server.
    • getType

      public Console.Type getType()
      Returns:
      the type of the url
    • hashCode

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

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

      protected com.google.common.base.MoreObjects.ToStringHelper string()
    • toString

      public String toString()
      Overrides:
      toString in class Object