Package | Description |
---|---|
org.jclouds.softlayer.domain |
Modifier and Type | Field and Description |
---|---|
protected PowerState |
VirtualGuest.Builder.powerState |
Modifier and Type | Method and Description |
---|---|
PowerState |
PowerState.Builder.build() |
PowerState |
VirtualGuest.getPowerState() |
Modifier and Type | Method and Description |
---|---|
T |
PowerState.Builder.fromPowerState(PowerState in) |
T |
VirtualGuest.Builder.powerState(PowerState powerState) |
Constructor and Description |
---|
VirtualGuest(int accountId,
Date createDate,
boolean dedicatedAccountHostOnly,
String domain,
String fullyQualifiedDomainName,
String hostname,
int id,
Date lastVerifiedDate,
int maxCpu,
String maxCpuUnits,
int maxMemory,
Date metricPollDate,
Date modifyDate,
String notes,
boolean privateNetworkOnly,
int startCpus,
int statusId,
String uuid,
String primaryBackendIpAddress,
String primaryIpAddress,
VirtualGuest.BillingItem billingItem,
OperatingSystem operatingSystem,
Datacenter datacenter,
PowerState powerState) |
Copyright © 2009-2013 jclouds. All Rights Reserved.