public abstract class Nic extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Nic.Builder |
static class |
Nic.Request |
Constructor and Description |
---|
Nic() |
Modifier and Type | Method and Description |
---|---|
static Nic.Builder |
builder() |
abstract String |
dataCenterId() |
abstract Boolean |
dhcpActive() |
abstract Firewall |
firewall() |
abstract String |
gatewayIp() |
abstract String |
id() |
abstract Boolean |
internetAccess() |
abstract List<String> |
ips() |
abstract Integer |
lanId() |
abstract String |
macAddress() |
abstract String |
name() |
abstract String |
serverId() |
abstract ProvisioningState |
state() |
abstract Nic.Builder |
toBuilder() |
@Nullable public abstract ProvisioningState state()
public static Nic.Builder builder()
public abstract Nic.Builder toBuilder()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.