Class NetworkProfile
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.NetworkProfile
-
public abstract class NetworkProfile extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NetworkProfile.Builder
static class
NetworkProfile.NetworkInterface
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static NetworkProfile.Builder
builder()
static NetworkProfile
create(List<NetworkProfile.NetworkInterface> networkInterfaces)
abstract List<NetworkProfile.NetworkInterface>
networkInterfaces()
List of network interfacesabstract NetworkProfile.Builder
toBuilder()
-
-
-
Method Detail
-
networkInterfaces
public abstract List<NetworkProfile.NetworkInterface> networkInterfaces()
List of network interfaces
-
create
public static NetworkProfile create(List<NetworkProfile.NetworkInterface> networkInterfaces)
-
toBuilder
public abstract NetworkProfile.Builder toBuilder()
-
builder
public static NetworkProfile.Builder builder()
-
-