public static class ListFirewallRulesOptions.Builder extends Object
Constructor and Description |
---|
ListFirewallRulesOptions.Builder() |
Modifier and Type | Method and 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) |
public static ListFirewallRulesOptions id(String id)
public static ListFirewallRulesOptions ipAddressId(String ipAddressId)
public static ListFirewallRulesOptions keyword(String keyword)
public static ListFirewallRulesOptions page(long page)
ListFirewallRulesOptions.page(long)
public static ListFirewallRulesOptions pageSize(long pageSize)
public static ListFirewallRulesOptions accountInDomain(String account, String domain)
public static ListFirewallRulesOptions domainId(String id)
Copyright © 2009-2013 jclouds. All Rights Reserved.