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,
               String domain) | 
AssociateIPAddressOptions | 
domainId(String domainId) | 
AssociateIPAddressOptions | 
networkId(String networkId)  | 
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic static final AssociateIPAddressOptions NONE
public AssociateIPAddressOptions networkId(String networkId)
networkId - The network this ip address should be associated to.public AssociateIPAddressOptions accountInDomain(String account, String domain)
accountInDomain in class AccountInDomainOptionsaccount - an optional account for the resourcedomain - domain idpublic AssociateIPAddressOptions domainId(String domainId)
domainId in class AccountInDomainOptionsdomainId - The domain for the resourceCopyright © 2009-2013 jclouds. All Rights Reserved.