public class CreateVlanIPRangeOptions extends AccountInDomainOptions
Modifier and Type | Class and Description |
---|---|
static class |
CreateVlanIPRangeOptions.Builder |
NONE
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
Constructor and Description |
---|
CreateVlanIPRangeOptions() |
Modifier and Type | Method and Description |
---|---|
CreateVlanIPRangeOptions |
accountInDomain(String account,
long domain) |
CreateVlanIPRangeOptions |
domainId(long domainId) |
CreateVlanIPRangeOptions |
forVirtualNetwork(boolean forVirtualNetwork) |
CreateVlanIPRangeOptions |
gateway(String gateway) |
CreateVlanIPRangeOptions |
netmask(String netmask) |
CreateVlanIPRangeOptions |
networkId(long networkId) |
CreateVlanIPRangeOptions |
podId(long podId) |
CreateVlanIPRangeOptions |
vlan(long vlan) |
CreateVlanIPRangeOptions |
vlan(String vlan) |
CreateVlanIPRangeOptions |
zoneId(long zoneId) |
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public CreateVlanIPRangeOptions accountInDomain(String account, long domain)
accountInDomain
in class AccountInDomainOptions
account
- an optional account for the resourcedomain
- domain idpublic CreateVlanIPRangeOptions domainId(long domainId)
domainId
in class AccountInDomainOptions
domainId
- The domain for the resourcepublic CreateVlanIPRangeOptions forVirtualNetwork(boolean forVirtualNetwork)
public CreateVlanIPRangeOptions zoneId(long zoneId)
public CreateVlanIPRangeOptions vlan(long vlan)
public CreateVlanIPRangeOptions vlan(String vlan)
public CreateVlanIPRangeOptions podId(long podId)
public CreateVlanIPRangeOptions gateway(String gateway)
public CreateVlanIPRangeOptions netmask(String netmask)
public CreateVlanIPRangeOptions networkId(long networkId)
Copyright © 2009-2012 jclouds. All Rights Reserved.