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,
String domain) |
CreateVlanIPRangeOptions |
domainId(String domainId) |
CreateVlanIPRangeOptions |
forVirtualNetwork(boolean forVirtualNetwork) |
CreateVlanIPRangeOptions |
gateway(String gateway) |
CreateVlanIPRangeOptions |
netmask(String netmask) |
CreateVlanIPRangeOptions |
networkId(String networkId) |
CreateVlanIPRangeOptions |
podId(String podId) |
CreateVlanIPRangeOptions |
vlan(long vlan) |
CreateVlanIPRangeOptions |
vlan(String vlan) |
CreateVlanIPRangeOptions |
zoneId(String zoneId) |
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public CreateVlanIPRangeOptions accountInDomain(String account, String domain)
accountInDomain
in class AccountInDomainOptions
account
- an optional account for the resourcedomain
- domain idpublic CreateVlanIPRangeOptions domainId(String domainId)
domainId
in class AccountInDomainOptions
domainId
- The domain for the resourcepublic CreateVlanIPRangeOptions forVirtualNetwork(boolean forVirtualNetwork)
public CreateVlanIPRangeOptions zoneId(String zoneId)
public CreateVlanIPRangeOptions vlan(long vlan)
public CreateVlanIPRangeOptions vlan(String vlan)
public CreateVlanIPRangeOptions podId(String podId)
public CreateVlanIPRangeOptions gateway(String gateway)
public CreateVlanIPRangeOptions netmask(String netmask)
public CreateVlanIPRangeOptions networkId(String networkId)
Copyright © 2009-2013 jclouds. All Rights Reserved.