public static class CreateNetworkOptions.Builder extends Object
Constructor and Description |
---|
CreateNetworkOptions.Builder() |
Modifier and Type | Method and Description |
---|---|
static CreateNetworkOptions |
accountInDomain(String account,
long domain) |
static CreateNetworkOptions |
domainId(long domainId) |
static CreateNetworkOptions |
endIP(String endIP) |
static CreateNetworkOptions |
gateway(String gateway) |
static CreateNetworkOptions |
isDefault(boolean isDefault) |
static CreateNetworkOptions |
isShared(boolean isShared) |
static CreateNetworkOptions |
netmask(String netmask) |
static CreateNetworkOptions |
networkDomain(String networkDomain) |
static CreateNetworkOptions |
startIP(String startIP) |
static CreateNetworkOptions |
vlan(String vlan) |
public static CreateNetworkOptions isDefault(boolean isDefault)
public static CreateNetworkOptions isShared(boolean isShared)
public static CreateNetworkOptions startIP(String startIP)
CreateNetworkOptions.startIP(String)
public static CreateNetworkOptions endIP(String endIP)
CreateNetworkOptions.endIP(String)
public static CreateNetworkOptions gateway(String gateway)
CreateNetworkOptions.gateway(String)
public static CreateNetworkOptions netmask(String netmask)
CreateNetworkOptions.netmask(String)
public static CreateNetworkOptions networkDomain(String networkDomain)
public static CreateNetworkOptions vlan(String vlan)
CreateNetworkOptions.vlan(String)
public static CreateNetworkOptions accountInDomain(String account, long domain)
public static CreateNetworkOptions domainId(long domainId)
CreateNetworkOptions.domainId(long)
Copyright © 2009-2012 jclouds. All Rights Reserved.