org.jclouds.cloudstack.options
Class CreateVlanIPRangeOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.AccountInDomainOptions
org.jclouds.cloudstack.options.CreateVlanIPRangeOptions
- All Implemented Interfaces:
- HttpRequestOptions
public class CreateVlanIPRangeOptions
- extends AccountInDomainOptions
Options to the createVlanIPRange API call.
- Author:
- Richard Downer
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
CreateVlanIPRangeOptions
public CreateVlanIPRangeOptions()
accountInDomain
public CreateVlanIPRangeOptions accountInDomain(String account,
long domain)
- Overrides:
accountInDomain
in class AccountInDomainOptions
- Parameters:
account
- an optional account for the resourcedomain
- domain id
domainId
public CreateVlanIPRangeOptions domainId(long domainId)
- Overrides:
domainId
in class AccountInDomainOptions
- Parameters:
domainId
- The domain for the resource
forVirtualNetwork
public CreateVlanIPRangeOptions forVirtualNetwork(boolean forVirtualNetwork)
zoneId
public CreateVlanIPRangeOptions zoneId(long zoneId)
vlan
public CreateVlanIPRangeOptions vlan(long vlan)
vlan
public CreateVlanIPRangeOptions vlan(String vlan)
podId
public CreateVlanIPRangeOptions podId(long podId)
gateway
public CreateVlanIPRangeOptions gateway(String gateway)
netmask
public CreateVlanIPRangeOptions netmask(String netmask)
networkId
public CreateVlanIPRangeOptions networkId(long networkId)
Copyright © 2009-2012 jclouds. All Rights Reserved.