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, 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, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public 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 AccountInDomainOptions
account
- an optional account for the resourcedomain
- domain idpublic AssociateIPAddressOptions domainId(String domainId)
domainId
in class AccountInDomainOptions
domainId
- The domain for the resourceCopyright © 2009-2013 jclouds. All Rights Reserved.