public static class CreateVlanIPRangeOptions.Builder extends Object
Constructor and Description |
---|
CreateVlanIPRangeOptions.Builder() |
Modifier and Type | Method and Description |
---|---|
static CreateVlanIPRangeOptions |
accountInDomain(String account,
long domain) |
static CreateVlanIPRangeOptions |
domainId(long domainId) |
static CreateVlanIPRangeOptions |
forVirtualNetwork(boolean forVirtualNetwork) |
static CreateVlanIPRangeOptions |
gateway(String gateway) |
static CreateVlanIPRangeOptions |
netmask(String netmask) |
static CreateVlanIPRangeOptions |
networkId(long networkId) |
static CreateVlanIPRangeOptions |
podId(long podId) |
static CreateVlanIPRangeOptions |
vlan(long vlan) |
static CreateVlanIPRangeOptions |
vlan(String vlan) |
static CreateVlanIPRangeOptions |
zoneId(long zoneId) |
public static CreateVlanIPRangeOptions accountInDomain(String account, long domain)
public static CreateVlanIPRangeOptions domainId(long domainId)
public static CreateVlanIPRangeOptions forVirtualNetwork(boolean forVirtualNetwork)
public static CreateVlanIPRangeOptions zoneId(long zoneId)
public static CreateVlanIPRangeOptions vlan(long vlan)
public static CreateVlanIPRangeOptions vlan(String vlan)
public static CreateVlanIPRangeOptions podId(long podId)
public static CreateVlanIPRangeOptions gateway(String gateway)
public static CreateVlanIPRangeOptions netmask(String netmask)
public static CreateVlanIPRangeOptions networkId(long networkId)
Copyright © 2009-2012 jclouds. All Rights Reserved.