| Package | Description |
|---|---|
| org.jclouds.openstack.nova.v2_0.domain |
| Modifier and Type | Field and Description |
|---|---|
protected ServerExtendedAttributes |
Server.Builder.extendedAttributes |
| Modifier and Type | Method and Description |
|---|---|
ServerExtendedAttributes |
ServerExtendedAttributes.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<ServerExtendedAttributes> |
Server.getExtendedAttributes()
Retrieves the extended server attributes fields (alias "OS-EXT-SRV-ATTR")
NOTE: This field is only present if the The Extended Server Attributes API extension is installed.
|
| Modifier and Type | Method and Description |
|---|---|
T |
Server.Builder.extendedAttributes(ServerExtendedAttributes extendedAttributes) |
ServerExtendedAttributes.Builder |
ServerExtendedAttributes.Builder.fromServerExtendedAttributes(ServerExtendedAttributes 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,
String availabilityZone) |
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,
String availabilityZone) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.