public abstract static class Server.Request.UpdatePayload extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Server.Request.UpdatePayload.Builder |
Constructor and Description |
---|
UpdatePayload() |
Modifier and Type | Method and Description |
---|---|
abstract AvailabilityZone |
availabilityZone() |
abstract Volume |
bootCdrom() |
abstract Server.BootVolume |
bootVolume() |
abstract Integer |
cores() |
abstract CpuFamily |
cpuFamily() |
abstract String |
dataCenterId() |
abstract String |
id() |
abstract LicenceType |
licenceType() |
abstract String |
name() |
abstract Integer |
ram() |
public abstract String id()
public abstract String dataCenterId()
@Nullable public abstract Server.BootVolume bootVolume()
@Nullable public abstract AvailabilityZone availabilityZone()
@Nullable public abstract LicenceType licenceType()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.