Class VMDeployment
java.lang.Object
org.jclouds.azurecompute.arm.domain.VMDeployment
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VMDeployment
create
(String deploymentId, VirtualMachine virtualMachine, List<PublicIPAddress> ipAddressList, List<NetworkInterfaceCard> networkInterfaceCards) abstract String
abstract List
<PublicIPAddress> abstract List
<NetworkInterfaceCard> abstract VirtualMachine
-
Constructor Details
-
VMDeployment
public VMDeployment()
-
-
Method Details
-
deploymentId
-
virtualMachine
-
ipAddressList
-
networkInterfaceCards
-
create
public static VMDeployment create(String deploymentId, VirtualMachine virtualMachine, List<PublicIPAddress> ipAddressList, List<NetworkInterfaceCard> networkInterfaceCards)
-