Package | Description |
---|---|
org.apache.jclouds.oneandone.rest.domain | |
org.apache.jclouds.oneandone.rest.features |
Modifier and Type | Method and Description |
---|---|
static Snapshot |
Snapshot.create(String id,
String creationDate,
String deletionDate) |
abstract Snapshot |
Server.Snapshot() |
abstract Snapshot |
Server.UpdateServerResponse.Snapshot() |
Modifier and Type | Method and Description |
---|---|
static Server |
Server.create(String id,
String name,
Date creationDate,
String firstPassword,
String description,
Status status,
Hardware hardware,
Image image,
Dvd dvd,
Snapshot snapshot,
DataCenter datacenter,
List<ServerIp> ips,
List<Server.Alert> alerts,
ServerMonitoringPolicy policy,
List<ServerPrivateNetwork> privateNetworks) |
static Server.UpdateServerResponse |
Server.UpdateServerResponse.create(String id,
String name,
Date creationDate,
String firstPassword,
String description,
Status status,
Hardware hardware,
Image image,
Dvd dvd,
Snapshot snapshot,
DataCenter datacenter,
List<String> ips,
List<Server.Alert> alerts,
List<ServerMonitoringPolicy> policy,
List<ServerPrivateNetwork> privateNetworks) |
Modifier and Type | Method and Description |
---|---|
List<Snapshot> |
ServerApi.listSnapshots(String serverId) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.