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 classNetworkProfile.Builderstatic classNetworkProfile.NetworkInterface
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static NetworkProfile.Builderbuilder()static NetworkProfilecreate(List<NetworkProfile.NetworkInterface> networkInterfaces)abstract List<NetworkProfile.NetworkInterface>networkInterfaces()List of network interfacesabstract NetworkProfile.BuildertoBuilder()
-
-
-
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()
-
-