Package org.jclouds.cloudstack.options
Class CreateNetworkOptions.Builder
- java.lang.Object
-
- org.jclouds.cloudstack.options.CreateNetworkOptions.Builder
-
- Enclosing class:
- CreateNetworkOptions
public static class CreateNetworkOptions.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CreateNetworkOptions
accountInDomain(String account, String domain)
static CreateNetworkOptions
domainId(String 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
projectId(String projectId)
static CreateNetworkOptions
startIP(String startIP)
static CreateNetworkOptions
vlan(String vlan)
-
-
-
Method Detail
-
isDefault
public static CreateNetworkOptions isDefault(boolean isDefault)
- See Also:
CreateNetworkOptions.isDefault(boolean)
-
isShared
public static CreateNetworkOptions isShared(boolean isShared)
- See Also:
CreateNetworkOptions.isShared(boolean)
-
startIP
public static CreateNetworkOptions startIP(String startIP)
- See Also:
CreateNetworkOptions.startIP(String)
-
endIP
public static CreateNetworkOptions endIP(String endIP)
- See Also:
CreateNetworkOptions.endIP(String)
-
gateway
public static CreateNetworkOptions gateway(String gateway)
- See Also:
CreateNetworkOptions.gateway(String)
-
netmask
public static CreateNetworkOptions netmask(String netmask)
- See Also:
CreateNetworkOptions.netmask(String)
-
networkDomain
public static CreateNetworkOptions networkDomain(String networkDomain)
-
vlan
public static CreateNetworkOptions vlan(String vlan)
- See Also:
CreateNetworkOptions.vlan(String)
-
accountInDomain
public static CreateNetworkOptions accountInDomain(String account, String domain)
-
domainId
public static CreateNetworkOptions domainId(String domainId)
-
projectId
public static CreateNetworkOptions projectId(String projectId)
- See Also:
CreateNetworkOptions.projectId(String)
-
-