Uses of Class
org.jclouds.profitbricks.domain.IpBlock
-
Packages that use IpBlock Package Description org.jclouds.profitbricks.domain org.jclouds.profitbricks.features org.jclouds.profitbricks.http.parser.ipblock -
-
Uses of IpBlock in org.jclouds.profitbricks.domain
Methods in org.jclouds.profitbricks.domain that return IpBlock Modifier and Type Method Description IpBlock
IpBlock.Builder. build()
-
Uses of IpBlock in org.jclouds.profitbricks.features
Methods in org.jclouds.profitbricks.features that return IpBlock Modifier and Type Method Description IpBlock
IpBlockApi. getIpBlock(String identifier)
IpBlock
IpBlockApi. reservePublicIpBlock(int blockSize, Location location)
Methods in org.jclouds.profitbricks.features that return types with arguments of type IpBlock Modifier and Type Method Description List<IpBlock>
IpBlockApi. getAllIpBlock()
-
Uses of IpBlock in org.jclouds.profitbricks.http.parser.ipblock
Methods in org.jclouds.profitbricks.http.parser.ipblock that return IpBlock Modifier and Type Method Description IpBlock
IpBlockResponseHandler. getResult()
Methods in org.jclouds.profitbricks.http.parser.ipblock that return types with arguments of type IpBlock Modifier and Type Method Description List<IpBlock>
IpBlockListResponseHandler. getResult()
-