Brooklyn

brooklyn.location.cloud
[Java] Interface AvailabilityZoneExtension


@Beta
public interface AvailabilityZoneExtension

For a location that has sub-zones within it (e.g. an AWS region has availability zones that can be mapped as sub-locations), this extension interface allows those to be accessed and used.

Implementers are strongly encouraged to extend AbstractAvailabilityZoneExtension.

Since:
0.6.0


Method Summary
java.util.List getAllSubLocations()

java.util.List getSubLocations(int max)

java.util.List getSubLocationsByName(Predicate namePredicate, int max)

 

Method Detail

getAllSubLocations

public java.util.List getAllSubLocations()


getSubLocations

public java.util.List getSubLocations(int max)


getSubLocationsByName

public java.util.List getSubLocationsByName(Predicate namePredicate, int max)


 

Brooklyn Multi-Cloud Application Management Platform
brooklyncentral.github.com. Apache License. © 2012.