Modifier and Type | Class and Description |
---|---|
static class |
Server.CreateServer.Builder |
Constructor and Description |
---|
CreateServer() |
Modifier and Type | Method and Description |
---|---|
abstract String |
applianceId() |
static Server.CreateServer.Builder |
builder() |
static Server.CreateServer |
create(String name,
String description,
Hardware.CreateHardware hardware,
String applianceId,
String dataCenterId,
String password,
String regionId,
Boolean powerOn,
String firewallPolicyId,
String ipId,
String loadrBalancerId,
String monitoringPolicyId,
String rsaKey) |
abstract String |
dataCenterId() |
abstract String |
description() |
abstract String |
firewallPolicyId() |
abstract Hardware.CreateHardware |
hardware() |
abstract String |
ipId() |
abstract String |
loadrBalancerId() |
abstract String |
monitoringPolicyId() |
abstract String |
name() |
abstract String |
password() |
abstract Boolean |
powerOn() |
abstract String |
regionId() |
abstract String |
rsaKey() |
public abstract String name()
public abstract String description()
public abstract Hardware.CreateHardware hardware()
public abstract String applianceId()
public static Server.CreateServer create(String name, String description, Hardware.CreateHardware hardware, String applianceId, String dataCenterId, String password, String regionId, Boolean powerOn, String firewallPolicyId, String ipId, String loadrBalancerId, String monitoringPolicyId, String rsaKey)
public static Server.CreateServer.Builder builder()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.