Class ListZonesOptions

java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.ListZonesOptions
All Implemented Interfaces:
HttpRequestOptions

public class ListZonesOptions extends BaseHttpRequestOptions
Options used to control what zones information is returned
See Also:
  • Field Details

  • Constructor Details

    • ListZonesOptions

      public ListZonesOptions()
  • Method Details

    • id

      public ListZonesOptions id(String id)
      Parameters:
      id - the ID of the zone
    • domainId

      public ListZonesOptions domainId(String domainId)
      Parameters:
      domainId - the ID of the domain associated with the zone
    • available

      public ListZonesOptions available(boolean available)
      Parameters:
      available - true if you want to retrieve all available Zones. False if you only want to return the Zones from which you have at least one VM. Default is false.
    • tags

      public ListZonesOptions tags(Map<String,String> tags)
      Parameters:
      tags - Key/value pairs for tags that need to be matched.