Uses of Class
org.jclouds.azurecompute.arm.domain.NetworkInterfaceCardProperties
-
Packages that use NetworkInterfaceCardProperties Package Description org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.features -
-
Uses of NetworkInterfaceCardProperties in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return NetworkInterfaceCardProperties Modifier and Type Method Description NetworkInterfaceCardPropertiesNetworkInterfaceCardProperties.Builder. build()static NetworkInterfaceCardPropertiesNetworkInterfaceCardProperties. create(String provisioningState, String resourceGuid, Boolean enableIPForwarding, List<IpConfiguration> ipConfigurations, IdReference networkSecurityGroup, IdReference virtualMachine, Boolean primary)abstract NetworkInterfaceCardPropertiesNetworkInterfaceCard. properties()Methods in org.jclouds.azurecompute.arm.domain with parameters of type NetworkInterfaceCardProperties Modifier and Type Method Description static NetworkInterfaceCardNetworkInterfaceCard. create(String name, String id, String etag, String location, NetworkInterfaceCardProperties properties, Map<String,String> tags) -
Uses of NetworkInterfaceCardProperties in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features with parameters of type NetworkInterfaceCardProperties Modifier and Type Method Description NetworkInterfaceCardNetworkInterfaceCardApi. createOrUpdate(String networkinterfacecardname, String location, NetworkInterfaceCardProperties properties, Map<String,String> tags)
-