Class NetworkProfile.NetworkInterface
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.NetworkProfile.NetworkInterface
-
- Enclosing class:
- NetworkProfile
public abstract static class NetworkProfile.NetworkInterface extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NetworkProfile.NetworkInterface.NetworkInterfaceProperties
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static NetworkProfile.NetworkInterface
create(String id, NetworkProfile.NetworkInterface.NetworkInterfaceProperties properties)
abstract String
id()
abstract NetworkProfile.NetworkInterface.NetworkInterfaceProperties
properties()
-
-
-
Method Detail
-
id
public abstract String id()
-
properties
@Nullable public abstract NetworkProfile.NetworkInterface.NetworkInterfaceProperties properties()
-
create
public static NetworkProfile.NetworkInterface create(String id, NetworkProfile.NetworkInterface.NetworkInterfaceProperties properties)
-
-