Package | Description |
---|---|
org.jclouds.openstack.nova.v2_0.domain |
Modifier and Type | Field and Description |
---|---|
protected com.google.common.collect.Multimap<String,Address> |
Server.Builder.addresses |
Modifier and Type | Method and Description |
---|---|
Address |
Address.Builder.build() |
static Address |
Address.createV4(String addr) |
static Address |
Address.createV6(String addr) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.Multimap<String,Address> |
Server.getAddresses() |
Modifier and Type | Method and Description |
---|---|
T |
Address.Builder.fromAddress(Address in) |
Modifier and Type | Method and Description |
---|---|
T |
Server.Builder.addresses(com.google.common.collect.Multimap<String,Address> addresses) |
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.