| Package | Description |
|---|---|
| com.oracle.bedrock.runtime.virtual.vagrant.options |
| Modifier and Type | Method and Description |
|---|---|
static HostOnlyNetwork |
HostOnlyNetwork.dhcp()
Create a
HostOnlyNetwork that will create a
Vagrant private network that will use DHCP to obtain
an IP address. |
static HostOnlyNetwork |
HostOnlyNetwork.from(Iterator<String> addresses)
Create a
HostOnlyNetwork that will create a
Vagrant private network with the specified address. |
static HostOnlyNetwork |
HostOnlyNetwork.of(String address)
Create a
HostOnlyNetwork that will create a
Vagrant private network with the specified address. |
static HostOnlyNetwork |
HostOnlyNetwork.startingAt(String startingAddress)
Create a
HostOnlyNetwork that will create a
Vagrant private network with the specified address. |
HostOnlyNetwork |
HostOnlyNetwork.withMacAddress(String macAddress)
Obtain a new
HostOnlyNetwork option that is a copy of this
HostOnlyNetwork with the addition of the specified MAC address. |
Copyright © 2017. All rights reserved.