public class ListNetworksOptions extends AccountInDomainOptions
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ListNetworksOptions.Builder  | 
| Modifier and Type | Field and Description | 
|---|---|
static ListNetworksOptions | 
NONE  | 
formParameters, headers, pathSuffix, payload, queryParameters| Constructor and Description | 
|---|
ListNetworksOptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
ListNetworksOptions | 
accountInDomain(String account,
               String domain) | 
ListNetworksOptions | 
domainId(String domainId) | 
ListNetworksOptions | 
id(String id)  | 
ListNetworksOptions | 
isDefault(boolean isDefault)  | 
ListNetworksOptions | 
isShared(boolean isShared)  | 
ListNetworksOptions | 
isSystem(boolean isSystem)  | 
ListNetworksOptions | 
trafficType(TrafficType trafficType)  | 
ListNetworksOptions | 
type(NetworkType type)  | 
ListNetworksOptions | 
zoneId(String zoneId)  | 
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic static final ListNetworksOptions NONE
public ListNetworksOptions isDefault(boolean isDefault)
isDefault - true if network is default, false otherwisepublic ListNetworksOptions isShared(boolean isShared)
isShared - true if network is shared, false otherwisepublic ListNetworksOptions isSystem(boolean isSystem)
isSystem - true if network is system, false otherwisepublic ListNetworksOptions type(NetworkType type)
type - the type of the networkpublic ListNetworksOptions id(String id)
id - list networks by idpublic ListNetworksOptions zoneId(String zoneId)
zoneId - the Zone ID of the networkpublic ListNetworksOptions trafficType(TrafficType trafficType)
trafficType - type of the trafficpublic ListNetworksOptions accountInDomain(String account, String domain)
accountInDomain in class AccountInDomainOptionsaccount - an optional account for the resourcedomain - domain idpublic ListNetworksOptions domainId(String domainId)
domainId in class AccountInDomainOptionsdomainId - The domain for the resourceCopyright © 2009-2013 jclouds. All Rights Reserved.