Uses of Class
org.jclouds.openstack.nova.v2_0.domain.Address
Packages that use Address
Package
Description
-
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 AddressModifier and TypeFieldDescriptionstatic final com.google.common.base.Predicate
<Address> ServerInRegionToNodeMetadata.isFloatingAddress
static final com.google.common.base.Predicate
<Address> ServerInRegionToNodeMetadata.isPrivateAddress
Methods in org.jclouds.openstack.nova.v2_0.compute.functions with parameters of type 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 AddressMethods in org.jclouds.openstack.nova.v2_0.domain that return AddressMethods in org.jclouds.openstack.nova.v2_0.domain that return types with arguments of type AddressMethods in org.jclouds.openstack.nova.v2_0.domain with parameters of type AddressMethod parameters in org.jclouds.openstack.nova.v2_0.domain with type arguments of type AddressModifier and TypeMethodDescriptionConstructor parameters in org.jclouds.openstack.nova.v2_0.domain with type arguments of type AddressModifierConstructorDescriptionprotected
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) protected
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)