public class ReserveIpAddress extends AbstractBase
| Constructor and Description |
|---|
ReserveIpAddress()
Constructor
|
ReserveIpAddress(java.lang.String type,
java.lang.Integer quantity,
java.lang.String comments)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComments()
Optional one
|
java.lang.Integer |
getQuantity()
Value might be 1, 2, 4, 8, 16, 32, 64, 128, 256
|
java.lang.String |
getType()
One of the following:
public_ipv4 or global_ipv4
|
void |
setComments(java.lang.String comments)
Optional one
|
void |
setQuantity(java.lang.Integer quantity)
Value might be 1, 2, 4, 8, 16, 32, 64, 128, 256
|
void |
setType(java.lang.String type)
One of the following:
public_ipv4 or global_ipv4
|
toStringpublic ReserveIpAddress()
public ReserveIpAddress(java.lang.String type,
java.lang.Integer quantity,
java.lang.String comments)
type - is public_ipv4 or global_ipv4quantity - how many IPv4 you want to requestcomments - message for packet teampublic java.lang.String getType()
public void setType(java.lang.String type)
type - the type to setpublic java.lang.Integer getQuantity()
public void setQuantity(java.lang.Integer quantity)
quantity - the quantity to setpublic java.lang.String getComments()
public void setComments(java.lang.String comments)
comments - the comments to set