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:
- org.jclouds.http.options.HttpRequestOptions
public class CreateVlanIPRangeOptions
- extends AccountInDomainOptions
Options to the createVlanIPRange API call.
- Author:
- Richard Downer
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
formParameters, headers, pathSuffix, payload, queryParameters |
| Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
CreateVlanIPRangeOptions
public CreateVlanIPRangeOptions()
accountInDomain
public CreateVlanIPRangeOptions accountInDomain(String account,
String domain)
- Overrides:
accountInDomain in class AccountInDomainOptions
- Parameters:
account - an optional account for the resourcedomain - domain id
domainId
public CreateVlanIPRangeOptions domainId(String domainId)
- Overrides:
domainId in class AccountInDomainOptions
- Parameters:
domainId - The domain for the resource
forVirtualNetwork
public CreateVlanIPRangeOptions forVirtualNetwork(boolean forVirtualNetwork)
zoneId
public CreateVlanIPRangeOptions zoneId(String zoneId)
vlan
public CreateVlanIPRangeOptions vlan(long vlan)
vlan
public CreateVlanIPRangeOptions vlan(String vlan)
podId
public CreateVlanIPRangeOptions podId(String podId)
gateway
public CreateVlanIPRangeOptions gateway(String gateway)
netmask
public CreateVlanIPRangeOptions netmask(String netmask)
networkId
public CreateVlanIPRangeOptions networkId(String networkId)
Copyright © 2009-2013 jclouds. All Rights Reserved.