You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/12/28 21:56:00 UTC

[jira] [Commented] (JCLOUDS-1474) [ARM] Enable Standard SKUs for Load Balancers and PublicIPs

    [ https://issues.apache.org/jira/browse/JCLOUDS-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16730475#comment-16730475 ] 

ASF subversion and git services commented on JCLOUDS-1474:
----------------------------------------------------------

Commit 3d308560cfd42f242d4c328733a7afb8fbe8442d in jclouds's branch refs/heads/2.1.x from Dani Estevez
[ https://git-wip-us.apache.org/repos/asf?p=jclouds.git;h=3d30856 ]

[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)