Package | Description |
---|---|
org.apache.jclouds.profitbricks.rest.domain | |
org.apache.jclouds.profitbricks.rest.features |
Modifier and Type | Method and Description |
---|---|
static Nic |
Nic.create(String id,
String dataCenterId,
String serverId,
String type,
String href,
Metadata metadata,
Nic.Properties properties,
Nic.Entities entities) |
Modifier and Type | Method and Description |
---|---|
abstract List<Nic> |
Nics.items() |
abstract List<Nic> |
Lan.Request.CreatePayload.nics() |
Modifier and Type | Method and Description |
---|---|
static Nics |
Nics.create(String id,
String type,
String href,
List<Nic> items) |
abstract Lan.Request.CreatePayload.Builder |
Lan.Request.CreatePayload.Builder.nics(List<Nic> nics) |
Modifier and Type | Method and Description |
---|---|
Nic |
NicApi.create(Nic.Request.CreatePayload payload) |
Nic |
NicApi.get(String dataCenterId,
String serverId,
String nicId) |
Nic |
NicApi.get(String dataCenterId,
String serverId,
String nicId,
DepthOptions options) |
Nic |
NicApi.update(Nic.Request.UpdatePayload payload) |
Modifier and Type | Method and Description |
---|---|
List<Nic> |
NicApi.list(String dataCenterId,
String serverId) |
List<Nic> |
NicApi.list(String dataCenterId,
String serverId,
DepthOptions options) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.