Package org.jclouds.cloudstack.options
Class ListFirewallRulesOptions.Builder
- java.lang.Object
-
- org.jclouds.cloudstack.options.ListFirewallRulesOptions.Builder
-
- Enclosing class:
- ListFirewallRulesOptions
public static class ListFirewallRulesOptions.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ListFirewallRulesOptionsaccountInDomain(String account, String domain)static ListFirewallRulesOptionsdomainId(String id)static ListFirewallRulesOptionsid(String id)static ListFirewallRulesOptionsipAddressId(String ipAddressId)static ListFirewallRulesOptionskeyword(String keyword)static ListFirewallRulesOptionspage(long page)static ListFirewallRulesOptionspageSize(long pageSize)static ListFirewallRulesOptionsprojectId(String projectId)static ListFirewallRulesOptionstags(Map<String,String> tags)
-
-
-
Method Detail
-
id
public static ListFirewallRulesOptions id(String id)
-
ipAddressId
public static ListFirewallRulesOptions ipAddressId(String ipAddressId)
-
projectId
public static ListFirewallRulesOptions projectId(String projectId)
-
keyword
public static ListFirewallRulesOptions keyword(String keyword)
-
page
public static ListFirewallRulesOptions page(long page)
- See Also:
ListFirewallRulesOptions.page(long)
-
pageSize
public static ListFirewallRulesOptions pageSize(long pageSize)
- See Also:
ListFirewallRulesOptions.pageSize(long)
-
accountInDomain
public static ListFirewallRulesOptions accountInDomain(String account, String domain)
-
domainId
public static ListFirewallRulesOptions domainId(String id)
-
tags
public static ListFirewallRulesOptions tags(Map<String,String> tags)
-
-