public class CreateVlanIPRangeOptions extends AccountInDomainOptions
Modifier and Type | Class and Description |
---|---|
static class |
CreateVlanIPRangeOptions.Builder |
NONE
formParameters, headers, 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 |
projectId(String projectId) |
CreateVlanIPRangeOptions |
vlan(long vlan) |
CreateVlanIPRangeOptions |
vlan(String vlan) |
CreateVlanIPRangeOptions |
zoneId(String zoneId) |
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, 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)
public CreateVlanIPRangeOptions projectId(String projectId)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.