| Package | Description |
|---|---|
| org.jclouds.openstack.nova.v2_0.compute.functions | |
| org.jclouds.openstack.nova.v2_0.domain |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Predicate<Address> |
ServerInRegionToNodeMetadata.isPrivateAddress |
| Modifier and Type | Method and Description |
|---|---|
String |
ServerInRegionToNodeMetadata.AddressToStringTransformationFunction.apply(Address address) |
| 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,
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.