public abstract class IpOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
IpOptions.Builder |
Modifier and Type | Method and Description |
---|---|
abstract com.google.common.base.Optional<String> |
address()
The IP address to be configured, in case of static allocation, or absent
for dynamic assignment.
|
abstract boolean |
allocateNewPublicIp()
Flag to indicate if a public ip address should be allocated and bound to
this NIC.
|
static IpOptions.Builder |
builder() |
abstract String |
publicIpId()
ID of the public IP to associate with the NIC.
|
abstract String |
subnet()
The subnet where the NIC will be attached.
|
abstract IpOptions.Builder |
toBuilder() |
public abstract String subnet()
public abstract com.google.common.base.Optional<String> address()
public abstract boolean allocateNewPublicIp()
@Nullable public abstract String publicIpId()
public abstract IpOptions.Builder toBuilder()
public static IpOptions.Builder builder()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.