Uses of Class
org.jclouds.azurecompute.arm.domain.NetworkProfile.NetworkInterface
-
Packages that use NetworkProfile.NetworkInterface Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of NetworkProfile.NetworkInterface in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return NetworkProfile.NetworkInterface Modifier and Type Method Description static NetworkProfile.NetworkInterface
NetworkProfile.NetworkInterface. create(String id, NetworkProfile.NetworkInterface.NetworkInterfaceProperties properties)
Methods in org.jclouds.azurecompute.arm.domain that return types with arguments of type NetworkProfile.NetworkInterface Modifier and Type Method Description abstract List<NetworkProfile.NetworkInterface>
NetworkProfile. networkInterfaces()
List of network interfacesMethod parameters in org.jclouds.azurecompute.arm.domain with type arguments of type NetworkProfile.NetworkInterface Modifier and Type Method Description static NetworkProfile
NetworkProfile. create(List<NetworkProfile.NetworkInterface> networkInterfaces)
abstract NetworkProfile.Builder
NetworkProfile.Builder. networkInterfaces(List<NetworkProfile.NetworkInterface> networkInterfaces)
-