Class SshKeyPair

java.lang.Object
org.jclouds.cloudstack.domain.SshKeyPair

public class SshKeyPair extends Object
Class SshKeyPair
  • Constructor Details

  • Method Details

    • builder

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

      public SshKeyPair.Builder<?> toBuilder()
    • getFingerprint

      @Nullable public String getFingerprint()
    • getName

      public String getName()
    • getPrivateKey

      @Nullable public String getPrivateKey()
    • 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