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 NetworkInterfaceCardProperties
NetworkInterfaceCardProperties.Builder. build()
static NetworkInterfaceCardProperties
NetworkInterfaceCardProperties. create(String provisioningState, String resourceGuid, Boolean enableIPForwarding, List<IpConfiguration> ipConfigurations, IdReference networkSecurityGroup, IdReference virtualMachine, Boolean primary)
abstract NetworkInterfaceCardProperties
NetworkInterfaceCard. properties()
Methods in org.jclouds.azurecompute.arm.domain with parameters of type NetworkInterfaceCardProperties Modifier and Type Method Description static NetworkInterfaceCard
NetworkInterfaceCard. 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 NetworkInterfaceCard
NetworkInterfaceCardApi. createOrUpdate(String networkinterfacecardname, String location, NetworkInterfaceCardProperties properties, Map<String,String> tags)
-