Modifier and Type | Class and Description |
---|---|
static class |
IP.Builder |
Modifier and Type | Field and Description |
---|---|
protected Owner |
owner |
protected URI |
resourceUri |
protected Server |
server |
protected String |
uuid |
Constructor and Description |
---|
IP(String uuid,
Owner owner,
Server server,
URI resourceUri) |
Modifier and Type | Method and Description |
---|---|
static NIC |
createDHCPIPv4ConfNIC(Model model)
Creates DHCP V4 NIC for attaching to server
|
static NIC |
createDHCPIPv4ConfNIC(Model model,
FirewallPolicy firewallPolicy)
Creates DHCP V4 NIC for attaching to server
|
static NIC |
createDHCPIPv6ConfNIC(Model model)
Creates DHCP V6 NIC for attaching to server
|
static NIC |
createDHCPIPv6ConfNIC(Model model,
FirewallPolicy firewallPolicy)
Creates DHCP V6 NIC for attaching to server
|
boolean |
equals(Object o) |
Owner |
getOwner() |
URI |
getResourceUri() |
Server |
getServer() |
String |
getUuid() |
int |
hashCode() |
NIC |
toNIC()
Creates NIC with static IP for attaching to server
|
NIC |
toNIC(Model model,
FirewallPolicy firewallPolicy)
Creates NIC with static IP for attaching to server
|
String |
toString() |
protected final Owner owner
protected final String uuid
protected final Server server
protected final URI resourceUri
public Owner getOwner()
public Server getServer()
public URI getResourceUri()
public static NIC createDHCPIPv4ConfNIC(Model model, FirewallPolicy firewallPolicy)
model
- Interface modelfirewallPolicy
- Firewall policy for interfacepublic static NIC createDHCPIPv4ConfNIC(Model model)
model
- Interface modelpublic static NIC createDHCPIPv6ConfNIC(Model model, FirewallPolicy firewallPolicy)
model
- Interface modelfirewallPolicy
- Firewall policy for interfacepublic static NIC createDHCPIPv6ConfNIC(Model model)
model
- Interface modelpublic NIC toNIC(Model model, FirewallPolicy firewallPolicy)
model
- Interface modelfirewallPolicy
- Firewall policypublic NIC toNIC()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.