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, matrixParameters, pathSuffix, payload, queryParameters
Constructor and Description |
---|
ListNetworksOptions() |
Modifier and Type | Method and Description |
---|---|
ListNetworksOptions |
accountInDomain(String account,
long domain) |
ListNetworksOptions |
domainId(long domainId) |
ListNetworksOptions |
id(long id) |
ListNetworksOptions |
isDefault(boolean isDefault) |
ListNetworksOptions |
isShared(boolean isShared) |
ListNetworksOptions |
isSystem(boolean isSystem) |
ListNetworksOptions |
trafficType(TrafficType trafficType) |
ListNetworksOptions |
type(NetworkType type) |
ListNetworksOptions |
zoneId(long zoneId) |
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public 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(long id)
id
- list networks by idpublic ListNetworksOptions zoneId(long zoneId)
zoneId
- the Zone ID of the networkpublic ListNetworksOptions trafficType(TrafficType trafficType)
trafficType
- type of the trafficpublic ListNetworksOptions accountInDomain(String account, long domain)
accountInDomain
in class AccountInDomainOptions
account
- an optional account for the resourcedomain
- domain idpublic ListNetworksOptions domainId(long domainId)
domainId
in class AccountInDomainOptions
domainId
- The domain for the resourceCopyright © 2009-2012 jclouds. All Rights Reserved.