Package | Description |
---|---|
org.jclouds.openstack.nova.v2_0.domain |
Modifier and Type | Field and Description |
---|---|
protected ServerExtendedStatus |
Server.Builder.extendedStatus |
Modifier and Type | Method and Description |
---|---|
ServerExtendedStatus |
ServerExtendedStatus.Builder.build() |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<ServerExtendedStatus> |
Server.getExtendedStatus()
Retrieves the extended server status fields (alias "OS-EXT-STS")
NOTE: This field is only present if the Extended Status extension is installed.
|
Modifier and Type | Method and Description |
---|---|
T |
Server.Builder.extendedStatus(ServerExtendedStatus extendedStatus) |
T |
ServerExtendedStatus.Builder.fromServerExtendedStatus(ServerExtendedStatus in) |
Constructor and Description |
---|
Server(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig) |
ServerWithSecurityGroups(String id,
String name,
Set<Link> links,
String uuid,
String tenantId,
String userId,
Date updated,
Date created,
String hostId,
String accessIPv4,
String accessIPv6,
Server.Status status,
Resource image,
Resource flavor,
String keyName,
String configDrive,
com.google.common.collect.Multimap<String,Address> addresses,
Map<String,String> metadata,
ServerExtendedStatus extendedStatus,
ServerExtendedAttributes extendedAttributes,
String diskConfig,
Set<String> securityGroupNames) |
Copyright © 2009-2013 jclouds. All Rights Reserved.