Uses of Class
org.jclouds.openstack.nova.v1_1.domain.Address.Type

Packages that use Address.Type
org.jclouds.openstack.nova.v1_1.domain   
 

Uses of Address.Type in org.jclouds.openstack.nova.v1_1.domain
 

Fields in org.jclouds.openstack.nova.v1_1.domain with type parameters of type Address.Type
protected  Map<Address.Type,Set<Address>> Server.addresses
           
 

Methods in org.jclouds.openstack.nova.v1_1.domain that return Address.Type
static Address.Type Address.Type.fromValue(String v)
           
static Address.Type Address.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Address.Type[] Address.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

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

Constructor parameters in org.jclouds.openstack.nova.v1_1.domain with type arguments of type Address.Type
Server(String id, String name, Set<Link> links, com.google.common.collect.Multimap<Address.Type,Address> addresses)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.