Uses of Class
org.jclouds.openstack.nova.v2_0.domain.Address

Packages that use Address
org.jclouds.openstack.nova.v2_0.domain   
 

Uses of Address in org.jclouds.openstack.nova.v2_0.domain
 

Fields in org.jclouds.openstack.nova.v2_0.domain with type parameters of type Address
protected  com.google.common.collect.Multimap<String,Address> Server.Builder.addresses
           
 

Methods in org.jclouds.openstack.nova.v2_0.domain that return Address
 Address Address.Builder.build()
           
static Address Address.createV4(String addr)
           
static Address Address.createV6(String addr)
           
 

Methods in org.jclouds.openstack.nova.v2_0.domain that return types with arguments of type Address
 com.google.common.collect.Multimap<String,Address> Server.getAddresses()
           
 

Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type Address
 T Address.Builder.fromAddress(Address in)
           
 

Method parameters in org.jclouds.openstack.nova.v2_0.domain with type arguments of type Address
 T Server.Builder.addresses(com.google.common.collect.Multimap<String,Address> addresses)
           
 

Constructor parameters in org.jclouds.openstack.nova.v2_0.domain with type arguments of type Address
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-2012 jclouds. All Rights Reserved.