Class NetworkProfile.NetworkInterface.NetworkInterfaceProperties
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.NetworkProfile.NetworkInterface.NetworkInterfaceProperties
-
- Enclosing class:
- NetworkProfile.NetworkInterface
public abstract static class NetworkProfile.NetworkInterface.NetworkInterfaceProperties extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static NetworkProfile.NetworkInterface.NetworkInterfaceProperties
create(boolean primary)
abstract boolean
primary()
-
-
-
Method Detail
-
primary
public abstract boolean primary()
-
create
public static NetworkProfile.NetworkInterface.NetworkInterfaceProperties create(boolean primary)
-
-