Implement basic operations for resource SoftLayer_Network_Application_Delivery_Controller.
Changes expected to be done with respect to terraform issue: IBM-Cloud/terraform#15
Specifically the functionality for NetScaler VPX is needed. NetScaler VPX is a virtual router that is provisioned in much the same way as a Virtual Guest, once it is provisioned the SoftLayer API can control the device.
One question that remains open is if it can actually be provisioned via the API, let's work on that problem first, and then the rest will follow.
Implement basic operations for resource SoftLayer_Network_Application_Delivery_Controller.
Changes expected to be done with respect to
terraformissue: IBM-Cloud/terraform#15Specifically the functionality for NetScaler VPX is needed. NetScaler VPX is a virtual router that is provisioned in much the same way as a Virtual Guest, once it is provisioned the SoftLayer API can control the device.
One question that remains open is if it can actually be provisioned via the API, let's work on that problem first, and then the rest will follow.