[
https://issues.apache.org/jira/browse/JCLOUDS-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16730476#comment-16730476
]
ASF subversion and git services commented on JCLOUDS-1474:
----------------------------------------------------------
Commit d621edd79f1d95c7bdaa4803bf36fa4d62cfdd99 in jclouds's branch
refs/heads/master from Dani Estevez
[ https://git-wip-us.apache.org/repos/asf?p=jclouds.git;h=d621edd ]
[JCLOUDS-1474] Adds SKU field to both LB and PublicIP
Changes order in parameters to keep properties as last parameter
Removes wrong @Nullable parameters
Moves LoadBalancer and PublicAddress to new package with SKU as inner
class
Moves LoadBalancerSKU inside LoadBalancer. Creates new loadbalancer package
Refactors PublicAddress domain objects
Extracts SKU from LoadBalancer
LoadBalancer SKU as inner class
PublicIPAddress SKU as inner class
Reorder parameters sku and properties
> [ARM] Enable Standard SKUs for Load Balancers and PublicIPs
> -----------------------------------------------------------
>
> Key: JCLOUDS-1474
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1474
> Project: jclouds
> Issue Type: Improvement
> Components: jclouds-compute
> Affects Versions: 2.1.1
> Reporter: Daniel Estevez
> Assignee: Daniel Estevez
> Priority: Minor
> Labels: azurecompute-arm
>
> Microsoft introduced these improved new Standard LoadBalancers, with some
> interesting features and removing some limitations
> [https://docs.microsoft.com/en-us/azure/load-balancer/load-balancer-standard-overview]
>
> For jclouds to use this we'd need to implement this new field SKU in the API
> [https://docs.microsoft.com/en-us/rest/api/load-balancer/loadbalancers/get#loadbalancersku]
> However, to be able to use this Standard LBs we need to have also Standard
> SKUs for the publicIPs so the same would be needed in this API
> https://docs.microsoft.com/en-us/rest/api/virtualnetwork/publicipaddresses/get#publicipaddresssku
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)