public class IPInfo extends IP
Modifier and Type | Class and Description |
---|---|
static class |
IPInfo.Builder |
owner, resourceUri, server, uuid
Constructor and Description |
---|
IPInfo(String uuid,
Owner owner,
Server server,
URI resourceUri,
Map<String,String> meta,
Subscription subscription,
List<Tag> tags,
List<String> nameservers,
int netmask,
String gateway) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getGateway() |
Map<String,String> |
getMeta() |
List<String> |
getNameservers() |
int |
getNetmask() |
Subscription |
getSubscription() |
List<Tag> |
getTags() |
int |
hashCode() |
String |
toString() |
createDHCPIPv4ConfNIC, createDHCPIPv4ConfNIC, createDHCPIPv6ConfNIC, createDHCPIPv6ConfNIC, getOwner, getResourceUri, getServer, getUuid, toNIC, toNIC
@ConstructorProperties(value={"uuid","owner","server","resource_uri","meta","subscription","tags","nameservers","netmask","gateway"}) public IPInfo(String uuid, Owner owner, Server server, URI resourceUri, Map<String,String> meta, Subscription subscription, List<Tag> tags, List<String> nameservers, int netmask, String gateway)
public Subscription getSubscription()
public int getNetmask()
public String getGateway()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.