public abstract class SshKey extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SshKey.CreateSshKey |
static class |
SshKey.Server |
static class |
SshKey.UpdateSshKey |
Constructor and Description |
---|
SshKey() |
Modifier and Type | Method and Description |
---|---|
static SshKey |
create(String id,
String name,
String description,
Types.GenericState state,
List<SshKey.Server> servers,
String md5,
String publicKey,
String creationDate) |
abstract String |
creationDate() |
abstract String |
description() |
abstract String |
id() |
abstract String |
md5() |
abstract String |
name() |
abstract String |
publicKey() |
abstract List<SshKey.Server> |
servers() |
abstract Types.GenericState |
state() |
public abstract String id()
public abstract String name()
@Nullable public abstract Types.GenericState state()
@Nullable public abstract List<SshKey.Server> servers()
public static SshKey create(String id, String name, String description, Types.GenericState state, List<SshKey.Server> servers, String md5, String publicKey, String creationDate)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.