| Package | Description |
|---|---|
| org.jclouds.azurecompute.arm.domain | |
| org.jclouds.azurecompute.arm.features |
| Modifier and Type | Method and Description |
|---|---|
static NetworkInterfaceCard |
NetworkInterfaceCard.create(String name,
String id,
String etag,
String location,
NetworkInterfaceCardProperties properties,
Map<String,String> tags) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<NetworkInterfaceCard> |
VMDeployment.networkInterfaceCards() |
abstract List<NetworkInterfaceCard> |
NetworkSecurityGroupProperties.networkInterfaces() |
| Modifier and Type | Method and Description |
|---|---|
static NetworkSecurityGroupProperties |
NetworkSecurityGroupProperties.create(List<NetworkSecurityRule> securityRules,
List<NetworkSecurityRule> defaultSecurityRules,
List<NetworkInterfaceCard> networkInterfaces,
List<Subnet> subnets,
String resourceGuid,
String provisioningState) |
static VMDeployment |
VMDeployment.create(String deploymentId,
VirtualMachine virtualMachine,
List<PublicIPAddress> ipAddressList,
List<NetworkInterfaceCard> networkInterfaceCards) |
abstract NetworkSecurityGroupProperties.Builder |
NetworkSecurityGroupProperties.Builder.networkInterfaces(List<NetworkInterfaceCard> networkInterfaces) |
| Modifier and Type | Method and Description |
|---|---|
NetworkInterfaceCard |
NetworkInterfaceCardApi.createOrUpdate(String networkinterfacecardname,
String location,
NetworkInterfaceCardProperties properties,
Map<String,String> tags) |
NetworkInterfaceCard |
NetworkInterfaceCardApi.get(String networkinterfacecardname) |
| Modifier and Type | Method and Description |
|---|---|
List<NetworkInterfaceCard> |
NetworkInterfaceCardApi.list() |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.