Network.Create |
Network.Create.auxAddress(Object... address) |
Set the auxiliary ipv4 or ipv6 addresses used by network
driver (equates to the --aux-address argument).
|
static Network.Create |
Network.create(String name,
String driver) |
Create a Docker network using the specified driver.
|
static Network.Create |
Network.createBridge(String name) |
Create a Docker network using the bridge driver.
|
static Network.Create |
Network.createOverlay(String name) |
Create a Docker network using the overlay driver.
|
Network.Create |
Network.Create.driverOpts(Object... options) |
Set custom driver specific options (equates to the --opt argument).
|
Network.Create |
Network.Create.gateway(Object... address) |
Set the ipv4 or ipv6 Gateway for the master subnet (equates to the --gateway argument).
|
Network.Create |
Network.Create.internal() |
Restrict external access to the network (equates to the --internal argument).
|
Network.Create |
Network.Create.ipamDriver(String driver) |
Set the IP Address Management Driver (equates to the --ipam-driver argument).
|
Network.Create |
Network.Create.ipamOpts(Object... options) |
Set custom IPAM driver specific options (equates to the --ipam-opt argument).
|
Network.Create |
Network.Create.ipRange(Object... range) |
Allocate container ip from a sub-range (equates to the --ip-range argument).
|
Network.Create |
Network.Create.ipv6() |
Set metadata on a network (equates to the --ipv6 argument).
|
Network.Create |
Network.Create.labels(Object... labels) |
Set metadata on a network (equates to the --label argument).
|
Network.Create |
Network.Create.subnet(Object... cidr) |
Set the subnet in CIDR format that represents a
network segment (equates to the --subnet argument).
|
protected Network.Create |
Network.Create.withCommandArguments(List<com.oracle.bedrock.runtime.options.Argument> endArgs,
com.oracle.bedrock.runtime.options.Argument... args) |
|
protected Network.Create |
Network.Create.withoutCommandArguments(List<com.oracle.bedrock.runtime.options.Argument> endArgs,
com.oracle.bedrock.runtime.options.Argument... args) |
|