Uses of Class
org.jclouds.azurecompute.arm.domain.NetworkInterfaceCard
Packages that use NetworkInterfaceCard
-
Uses of NetworkInterfaceCard in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return NetworkInterfaceCardModifier and TypeMethodDescriptionstatic NetworkInterfaceCard
NetworkInterfaceCard.create
(String name, String id, String etag, String location, NetworkInterfaceCardProperties properties, Map<String, String> tags) Methods in org.jclouds.azurecompute.arm.domain that return types with arguments of type NetworkInterfaceCardModifier and TypeMethodDescriptionabstract List
<NetworkInterfaceCard> VMDeployment.networkInterfaceCards()
abstract List
<NetworkInterfaceCard> NetworkSecurityGroupProperties.networkInterfaces()
Method parameters in org.jclouds.azurecompute.arm.domain with type arguments of type NetworkInterfaceCardModifier and TypeMethodDescriptionNetworkSecurityGroupProperties.Builder.networkInterfaces
(List<NetworkInterfaceCard> networkInterfaces) -
Uses of NetworkInterfaceCard in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features that return NetworkInterfaceCardModifier and TypeMethodDescriptionNetworkInterfaceCardApi.createOrUpdate
(String networkinterfacecardname, String location, NetworkInterfaceCardProperties properties, Map<String, String> tags) Methods in org.jclouds.azurecompute.arm.features that return types with arguments of type NetworkInterfaceCardModifier and TypeMethodDescriptionNetworkInterfaceCardApi.list()
NetworkInterfaceCardApi.listAllInSubscription()