public class AssociateIPAddressOptions extends AccountInDomainOptions
Modifier and Type | Class and Description |
---|---|
static class |
AssociateIPAddressOptions.Builder |
Modifier and Type | Field and Description |
---|---|
static AssociateIPAddressOptions |
NONE |
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
Constructor and Description |
---|
AssociateIPAddressOptions() |
Modifier and Type | Method and Description |
---|---|
AssociateIPAddressOptions |
accountInDomain(String account,
long domain) |
AssociateIPAddressOptions |
domainId(long domainId) |
AssociateIPAddressOptions |
networkId(long networkId) |
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public static final AssociateIPAddressOptions NONE
public AssociateIPAddressOptions networkId(long networkId)
networkId
- The network this ip address should be associated to.public AssociateIPAddressOptions accountInDomain(String account, long domain)
accountInDomain
in class AccountInDomainOptions
account
- an optional account for the resourcedomain
- domain idpublic AssociateIPAddressOptions domainId(long domainId)
domainId
in class AccountInDomainOptions
domainId
- The domain for the resourceCopyright © 2009-2012 jclouds. All Rights Reserved.