Package | Description |
---|---|
org.jclouds.packet.compute.functions | |
org.jclouds.packet.domain |
Modifier and Type | Method and Description |
---|---|
NodeMetadata.Status |
DeviceStateToStatus.apply(Device.State input) |
Modifier and Type | Method and Description |
---|---|
static Device.State |
Device.State.fromValue(String value) |
abstract Device.State |
Device.state() |
static Device.State |
Device.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Device.State[] |
Device.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Device |
Device.create(String id,
String shortId,
String hostname,
String description,
Device.State state,
List<String> tags,
String billingCycle,
String user,
String iqn,
Boolean locked,
String bondingMode,
Date createdAt,
Date updatedAt,
OperatingSystem operatingSystem,
Facility facility,
Href project,
List<Href> sshKeys,
Href projectLite,
List<Object> volumes,
List<IpAddress> ipAddresses,
List<ProvisioningEvent> provisioningEvents,
Plan plan,
String rootPassword,
String userdata,
String href) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.