Uses of Class
org.jclouds.openstack.nova.v2_0.domain.Address
-
Packages that use Address Package Description org.jclouds.openstack.nova.v2_0.compute.functions org.jclouds.openstack.nova.v2_0.domain -
-
Uses of Address in org.jclouds.openstack.nova.v2_0.compute.functions
Fields in org.jclouds.openstack.nova.v2_0.compute.functions with type parameters of type Address Modifier and Type Field Description static com.google.common.base.Predicate<Address>
ServerInRegionToNodeMetadata. isFloatingAddress
static com.google.common.base.Predicate<Address>
ServerInRegionToNodeMetadata. isPrivateAddress
Methods in org.jclouds.openstack.nova.v2_0.compute.functions with parameters of type Address Modifier and Type Method Description String
ServerInRegionToNodeMetadata.AddressToStringTransformationFunction. apply(Address address)
-
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 Modifier and Type Field Description protected com.google.common.collect.Multimap<String,Address>
Server.Builder. addresses
Methods in org.jclouds.openstack.nova.v2_0.domain that return Address Modifier and Type Method Description 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 Modifier and Type Method Description com.google.common.collect.Multimap<String,Address>
Server. getAddresses()
Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type Address Modifier and Type Method Description T
Address.Builder. fromAddress(Address in)
Method parameters in org.jclouds.openstack.nova.v2_0.domain with type arguments of type Address Modifier and Type Method Description 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 Constructor 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)
-