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 ListFirewallRulesOptions
accountInDomain(String account, String domain)
static ListFirewallRulesOptions
domainId(String id)
static ListFirewallRulesOptions
id(String id)
static ListFirewallRulesOptions
ipAddressId(String ipAddressId)
static ListFirewallRulesOptions
keyword(String keyword)
static ListFirewallRulesOptions
page(long page)
static ListFirewallRulesOptions
pageSize(long pageSize)
static ListFirewallRulesOptions
projectId(String projectId)
static ListFirewallRulesOptions
tags(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)
-
-