public class PublicIP extends Object
A public IP address can be allocated to a virtual system, then needs to be enabled/attached before it can be mapped to a virtual server by configuring the NAT settings of virtual system's firewall.
Modifier and Type | Class and Description |
---|---|
static class |
PublicIP.Version |
Modifier and Type | Field and Description |
---|---|
protected String |
address |
protected PublicIP.Version |
version |
Constructor and Description |
---|
PublicIP() |
protected String address
protected PublicIP.Version version
public String getAddress()
public PublicIP.Version getVersion()
Copyright © 2009-2013 jclouds. All Rights Reserved.