Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR azure-mgmt-network] Update LoadBalancer BackendAddress Properties #1593

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3530,13 +3530,13 @@ class BackendAddressPool(SubResource):

:param id: Resource ID.
:type id: str
:param load_balancer_backend_addresses: An array of backend addresses.
:type load_balancer_backend_addresses:
list[~azure.mgmt.network.v2020_04_01.models.LoadBalancerBackendAddress]
:ivar backend_ip_configurations: An array of references to IP addresses
defined in network interfaces.
:vartype backend_ip_configurations:
list[~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceIPConfiguration]
:param load_balancer_backend_addresses: An array of backend addresses.
:type load_balancer_backend_addresses:
list[~azure.mgmt.network.v2020_04_01.models.LoadBalancerBackendAddress]
:ivar load_balancing_rules: An array of references to load balancing rules
that use this backend address pool.
:vartype load_balancing_rules:
Expand Down Expand Up @@ -3576,8 +3576,8 @@ class BackendAddressPool(SubResource):

_attribute_map = {
'id': {'key': 'id', 'type': 'str'},
'backend_ip_configurations': {'key': 'properties.backendIPConfigurations', 'type': '[NetworkInterfaceIPConfiguration]'},
'load_balancer_backend_addresses': {'key': 'properties.loadBalancerBackendAddresses', 'type': '[LoadBalancerBackendAddress]'},
'backend_ip_configurations': {'key': 'properties.backendIPConfigurations', 'type': '[NetworkInterfaceIPConfiguration]'},
'load_balancing_rules': {'key': 'properties.loadBalancingRules', 'type': '[SubResource]'},
'outbound_rule': {'key': 'properties.outboundRule', 'type': 'SubResource'},
'outbound_rules': {'key': 'properties.outboundRules', 'type': '[SubResource]'},
Expand All @@ -3589,8 +3589,8 @@ class BackendAddressPool(SubResource):

def __init__(self, **kwargs):
super(BackendAddressPool, self).__init__(**kwargs)
self.backend_ip_configurations = None
self.load_balancer_backend_addresses = kwargs.get('load_balancer_backend_addresses', None)
self.backend_ip_configurations = None
self.load_balancing_rules = None
self.outbound_rule = None
self.outbound_rules = None
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3530,13 +3530,13 @@ class BackendAddressPool(SubResource):

:param id: Resource ID.
:type id: str
:param load_balancer_backend_addresses: An array of backend addresses.
:type load_balancer_backend_addresses:
list[~azure.mgmt.network.v2020_04_01.models.LoadBalancerBackendAddress]
:ivar backend_ip_configurations: An array of references to IP addresses
defined in network interfaces.
:vartype backend_ip_configurations:
list[~azure.mgmt.network.v2020_04_01.models.NetworkInterfaceIPConfiguration]
:param load_balancer_backend_addresses: An array of backend addresses.
:type load_balancer_backend_addresses:
list[~azure.mgmt.network.v2020_04_01.models.LoadBalancerBackendAddress]
:ivar load_balancing_rules: An array of references to load balancing rules
that use this backend address pool.
:vartype load_balancing_rules:
Expand Down Expand Up @@ -3576,8 +3576,8 @@ class BackendAddressPool(SubResource):

_attribute_map = {
'id': {'key': 'id', 'type': 'str'},
'backend_ip_configurations': {'key': 'properties.backendIPConfigurations', 'type': '[NetworkInterfaceIPConfiguration]'},
'load_balancer_backend_addresses': {'key': 'properties.loadBalancerBackendAddresses', 'type': '[LoadBalancerBackendAddress]'},
'backend_ip_configurations': {'key': 'properties.backendIPConfigurations', 'type': '[NetworkInterfaceIPConfiguration]'},
'load_balancing_rules': {'key': 'properties.loadBalancingRules', 'type': '[SubResource]'},
'outbound_rule': {'key': 'properties.outboundRule', 'type': 'SubResource'},
'outbound_rules': {'key': 'properties.outboundRules', 'type': '[SubResource]'},
Expand All @@ -3589,8 +3589,8 @@ class BackendAddressPool(SubResource):

def __init__(self, *, id: str=None, load_balancer_backend_addresses=None, name: str=None, **kwargs) -> None:
super(BackendAddressPool, self).__init__(id=id, **kwargs)
self.backend_ip_configurations = None
self.load_balancer_backend_addresses = load_balancer_backend_addresses
self.backend_ip_configurations = None
self.load_balancing_rules = None
self.outbound_rule = None
self.outbound_rules = None
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3775,13 +3775,13 @@ class BackendAddressPool(SubResource):

:param id: Resource ID.
:type id: str
:param load_balancer_backend_addresses: An array of backend addresses.
:type load_balancer_backend_addresses:
list[~azure.mgmt.network.v2020_05_01.models.LoadBalancerBackendAddress]
:ivar backend_ip_configurations: An array of references to IP addresses
defined in network interfaces.
:vartype backend_ip_configurations:
list[~azure.mgmt.network.v2020_05_01.models.NetworkInterfaceIPConfiguration]
:param load_balancer_backend_addresses: An array of backend addresses.
:type load_balancer_backend_addresses:
list[~azure.mgmt.network.v2020_05_01.models.LoadBalancerBackendAddress]
:ivar load_balancing_rules: An array of references to load balancing rules
that use this backend address pool.
:vartype load_balancing_rules:
Expand Down Expand Up @@ -3821,8 +3821,8 @@ class BackendAddressPool(SubResource):

_attribute_map = {
'id': {'key': 'id', 'type': 'str'},
'backend_ip_configurations': {'key': 'properties.backendIPConfigurations', 'type': '[NetworkInterfaceIPConfiguration]'},
'load_balancer_backend_addresses': {'key': 'properties.loadBalancerBackendAddresses', 'type': '[LoadBalancerBackendAddress]'},
'backend_ip_configurations': {'key': 'properties.backendIPConfigurations', 'type': '[NetworkInterfaceIPConfiguration]'},
'load_balancing_rules': {'key': 'properties.loadBalancingRules', 'type': '[SubResource]'},
'outbound_rule': {'key': 'properties.outboundRule', 'type': 'SubResource'},
'outbound_rules': {'key': 'properties.outboundRules', 'type': '[SubResource]'},
Expand All @@ -3834,8 +3834,8 @@ class BackendAddressPool(SubResource):

def __init__(self, **kwargs):
super(BackendAddressPool, self).__init__(**kwargs)
self.backend_ip_configurations = None
self.load_balancer_backend_addresses = kwargs.get('load_balancer_backend_addresses', None)
self.backend_ip_configurations = None
self.load_balancing_rules = None
self.outbound_rule = None
self.outbound_rules = None
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3775,13 +3775,13 @@ class BackendAddressPool(SubResource):

:param id: Resource ID.
:type id: str
:param load_balancer_backend_addresses: An array of backend addresses.
:type load_balancer_backend_addresses:
list[~azure.mgmt.network.v2020_05_01.models.LoadBalancerBackendAddress]
:ivar backend_ip_configurations: An array of references to IP addresses
defined in network interfaces.
:vartype backend_ip_configurations:
list[~azure.mgmt.network.v2020_05_01.models.NetworkInterfaceIPConfiguration]
:param load_balancer_backend_addresses: An array of backend addresses.
:type load_balancer_backend_addresses:
list[~azure.mgmt.network.v2020_05_01.models.LoadBalancerBackendAddress]
:ivar load_balancing_rules: An array of references to load balancing rules
that use this backend address pool.
:vartype load_balancing_rules:
Expand Down Expand Up @@ -3821,8 +3821,8 @@ class BackendAddressPool(SubResource):

_attribute_map = {
'id': {'key': 'id', 'type': 'str'},
'backend_ip_configurations': {'key': 'properties.backendIPConfigurations', 'type': '[NetworkInterfaceIPConfiguration]'},
'load_balancer_backend_addresses': {'key': 'properties.loadBalancerBackendAddresses', 'type': '[LoadBalancerBackendAddress]'},
'backend_ip_configurations': {'key': 'properties.backendIPConfigurations', 'type': '[NetworkInterfaceIPConfiguration]'},
'load_balancing_rules': {'key': 'properties.loadBalancingRules', 'type': '[SubResource]'},
'outbound_rule': {'key': 'properties.outboundRule', 'type': 'SubResource'},
'outbound_rules': {'key': 'properties.outboundRules', 'type': '[SubResource]'},
Expand All @@ -3834,8 +3834,8 @@ class BackendAddressPool(SubResource):

def __init__(self, *, id: str=None, load_balancer_backend_addresses=None, name: str=None, **kwargs) -> None:
super(BackendAddressPool, self).__init__(id=id, **kwargs)
self.backend_ip_configurations = None
self.load_balancer_backend_addresses = load_balancer_backend_addresses
self.backend_ip_configurations = None
self.load_balancing_rules = None
self.outbound_rule = None
self.outbound_rules = None
Expand Down