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