public abstract class PublicIp extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PublicIp.AssignedTo |
static class |
PublicIp.CreatePublicIp |
static class |
PublicIp.UpdatePublicIp |
Constructor and Description |
---|
PublicIp() |
Modifier and Type | Method and Description |
---|---|
abstract PublicIp.AssignedTo |
assignedTo() |
static PublicIp |
create(String id,
String ip,
Types.IPType type,
PublicIp.AssignedTo assignedTo,
String reverseDns,
boolean isDhcp,
String state,
String creationDate,
DataCenter datacenter) |
abstract String |
creationDate() |
abstract DataCenter |
datacenter() |
abstract String |
id() |
abstract String |
ip() |
abstract boolean |
isDhcp() |
abstract String |
reverseDns() |
abstract String |
state() |
abstract Types.IPType |
type() |
public abstract String id()
public abstract String ip()
public abstract Types.IPType type()
@Nullable public abstract PublicIp.AssignedTo assignedTo()
public abstract boolean isDhcp()
@Nullable public abstract DataCenter datacenter()
public static PublicIp create(String id, String ip, Types.IPType type, PublicIp.AssignedTo assignedTo, String reverseDns, boolean isDhcp, String state, String creationDate, DataCenter datacenter)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.