Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
generated files
  • Loading branch information
Zim Kalinowski committed Oct 3, 2019
commit b4d4be4c846a9b3e22a51b943fde0af0467dac35
Original file line number Diff line number Diff line change
Expand Up @@ -2352,6 +2352,10 @@ class BackendAddressPool(SubResource):
:ivar outbound_rule: Gets outbound rules that use this backend address
pool.
:vartype outbound_rule: ~azure.mgmt.network.v2018_07_01.models.SubResource
:ivar outbound_rules: Gets outbound rules that use this backend address
pool.
:vartype outbound_rules:
list[~azure.mgmt.network.v2018_07_01.models.SubResource]
:param provisioning_state: Get provisioning state of the public IP
resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
:type provisioning_state: str
Expand All @@ -2367,13 +2371,15 @@ class BackendAddressPool(SubResource):
'backend_ip_configurations': {'readonly': True},
'load_balancing_rules': {'readonly': True},
'outbound_rule': {'readonly': True},
'outbound_rules': {'readonly': True},
}

_attribute_map = {
'id': {'key': 'id', 'type': 'str'},
'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]'},
'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'},
'name': {'key': 'name', 'type': 'str'},
'etag': {'key': 'etag', 'type': 'str'},
Expand All @@ -2384,6 +2390,7 @@ def __init__(self, **kwargs):
self.backend_ip_configurations = None
self.load_balancing_rules = None
self.outbound_rule = None
self.outbound_rules = None
self.provisioning_state = kwargs.get('provisioning_state', None)
self.name = kwargs.get('name', None)
self.etag = kwargs.get('etag', None)
Expand Down Expand Up @@ -6501,7 +6508,7 @@ def __init__(self, **kwargs):


class OutboundRule(SubResource):
"""Outbound pool of the load balancer.
"""Outbound rule of the load balancer.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2352,6 +2352,10 @@ class BackendAddressPool(SubResource):
:ivar outbound_rule: Gets outbound rules that use this backend address
pool.
:vartype outbound_rule: ~azure.mgmt.network.v2018_07_01.models.SubResource
:ivar outbound_rules: Gets outbound rules that use this backend address
pool.
:vartype outbound_rules:
list[~azure.mgmt.network.v2018_07_01.models.SubResource]
:param provisioning_state: Get provisioning state of the public IP
resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
:type provisioning_state: str
Expand All @@ -2367,13 +2371,15 @@ class BackendAddressPool(SubResource):
'backend_ip_configurations': {'readonly': True},
'load_balancing_rules': {'readonly': True},
'outbound_rule': {'readonly': True},
'outbound_rules': {'readonly': True},
}

_attribute_map = {
'id': {'key': 'id', 'type': 'str'},
'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]'},
'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'},
'name': {'key': 'name', 'type': 'str'},
'etag': {'key': 'etag', 'type': 'str'},
Expand All @@ -2384,6 +2390,7 @@ def __init__(self, *, id: str=None, provisioning_state: str=None, name: str=None
self.backend_ip_configurations = None
self.load_balancing_rules = None
self.outbound_rule = None
self.outbound_rules = None
self.provisioning_state = provisioning_state
self.name = name
self.etag = etag
Expand Down Expand Up @@ -6501,7 +6508,7 @@ def __init__(self, *, metric_specifications=None, log_specifications=None, **kwa


class OutboundRule(SubResource):
"""Outbound pool of the load balancer.
"""Outbound rule of the load balancer.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2677,6 +2677,10 @@ class BackendAddressPool(SubResource):
:ivar outbound_rule: Gets outbound rules that use this backend address
pool.
:vartype outbound_rule: ~azure.mgmt.network.v2018_08_01.models.SubResource
:ivar outbound_rules: Gets outbound rules that use this backend address
pool.
:vartype outbound_rules:
list[~azure.mgmt.network.v2018_08_01.models.SubResource]
:param provisioning_state: Get provisioning state of the public IP
resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
:type provisioning_state: str
Expand All @@ -2692,13 +2696,15 @@ class BackendAddressPool(SubResource):
'backend_ip_configurations': {'readonly': True},
'load_balancing_rules': {'readonly': True},
'outbound_rule': {'readonly': True},
'outbound_rules': {'readonly': True},
}

_attribute_map = {
'id': {'key': 'id', 'type': 'str'},
'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]'},
'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'},
'name': {'key': 'name', 'type': 'str'},
'etag': {'key': 'etag', 'type': 'str'},
Expand All @@ -2709,6 +2715,7 @@ def __init__(self, **kwargs):
self.backend_ip_configurations = None
self.load_balancing_rules = None
self.outbound_rule = None
self.outbound_rules = None
self.provisioning_state = kwargs.get('provisioning_state', None)
self.name = kwargs.get('name', None)
self.etag = kwargs.get('etag', None)
Expand Down Expand Up @@ -7891,7 +7898,7 @@ def __init__(self, **kwargs):


class OutboundRule(SubResource):
"""Outbound pool of the load balancer.
"""Outbound rule of the load balancer.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2677,6 +2677,10 @@ class BackendAddressPool(SubResource):
:ivar outbound_rule: Gets outbound rules that use this backend address
pool.
:vartype outbound_rule: ~azure.mgmt.network.v2018_08_01.models.SubResource
:ivar outbound_rules: Gets outbound rules that use this backend address
pool.
:vartype outbound_rules:
list[~azure.mgmt.network.v2018_08_01.models.SubResource]
:param provisioning_state: Get provisioning state of the public IP
resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
:type provisioning_state: str
Expand All @@ -2692,13 +2696,15 @@ class BackendAddressPool(SubResource):
'backend_ip_configurations': {'readonly': True},
'load_balancing_rules': {'readonly': True},
'outbound_rule': {'readonly': True},
'outbound_rules': {'readonly': True},
}

_attribute_map = {
'id': {'key': 'id', 'type': 'str'},
'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]'},
'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'},
'name': {'key': 'name', 'type': 'str'},
'etag': {'key': 'etag', 'type': 'str'},
Expand All @@ -2709,6 +2715,7 @@ def __init__(self, *, id: str=None, provisioning_state: str=None, name: str=None
self.backend_ip_configurations = None
self.load_balancing_rules = None
self.outbound_rule = None
self.outbound_rules = None
self.provisioning_state = provisioning_state
self.name = name
self.etag = etag
Expand Down Expand Up @@ -7891,7 +7898,7 @@ def __init__(self, *, metric_specifications=None, log_specifications=None, **kwa


class OutboundRule(SubResource):
"""Outbound pool of the load balancer.
"""Outbound rule of the load balancer.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2820,6 +2820,10 @@ class BackendAddressPool(SubResource):
:ivar outbound_rule: Gets outbound rules that use this backend address
pool.
:vartype outbound_rule: ~azure.mgmt.network.v2018_10_01.models.SubResource
:ivar outbound_rules: Gets outbound rules that use this backend address
pool.
:vartype outbound_rules:
list[~azure.mgmt.network.v2018_10_01.models.SubResource]
:param provisioning_state: Get provisioning state of the public IP
resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
:type provisioning_state: str
Expand All @@ -2835,13 +2839,15 @@ class BackendAddressPool(SubResource):
'backend_ip_configurations': {'readonly': True},
'load_balancing_rules': {'readonly': True},
'outbound_rule': {'readonly': True},
'outbound_rules': {'readonly': True},
}

_attribute_map = {
'id': {'key': 'id', 'type': 'str'},
'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]'},
'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'},
'name': {'key': 'name', 'type': 'str'},
'etag': {'key': 'etag', 'type': 'str'},
Expand All @@ -2852,6 +2858,7 @@ def __init__(self, **kwargs):
self.backend_ip_configurations = None
self.load_balancing_rules = None
self.outbound_rule = None
self.outbound_rules = None
self.provisioning_state = kwargs.get('provisioning_state', None)
self.name = kwargs.get('name', None)
self.etag = kwargs.get('etag', None)
Expand Down Expand Up @@ -8135,7 +8142,7 @@ def __init__(self, **kwargs):


class OutboundRule(SubResource):
"""Outbound pool of the load balancer.
"""Outbound rule of the load balancer.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2820,6 +2820,10 @@ class BackendAddressPool(SubResource):
:ivar outbound_rule: Gets outbound rules that use this backend address
pool.
:vartype outbound_rule: ~azure.mgmt.network.v2018_10_01.models.SubResource
:ivar outbound_rules: Gets outbound rules that use this backend address
pool.
:vartype outbound_rules:
list[~azure.mgmt.network.v2018_10_01.models.SubResource]
:param provisioning_state: Get provisioning state of the public IP
resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
:type provisioning_state: str
Expand All @@ -2835,13 +2839,15 @@ class BackendAddressPool(SubResource):
'backend_ip_configurations': {'readonly': True},
'load_balancing_rules': {'readonly': True},
'outbound_rule': {'readonly': True},
'outbound_rules': {'readonly': True},
}

_attribute_map = {
'id': {'key': 'id', 'type': 'str'},
'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]'},
'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'},
'name': {'key': 'name', 'type': 'str'},
'etag': {'key': 'etag', 'type': 'str'},
Expand All @@ -2852,6 +2858,7 @@ def __init__(self, *, id: str=None, provisioning_state: str=None, name: str=None
self.backend_ip_configurations = None
self.load_balancing_rules = None
self.outbound_rule = None
self.outbound_rules = None
self.provisioning_state = provisioning_state
self.name = name
self.etag = etag
Expand Down Expand Up @@ -8135,7 +8142,7 @@ def __init__(self, *, metric_specifications=None, log_specifications=None, **kwa


class OutboundRule(SubResource):
"""Outbound pool of the load balancer.
"""Outbound rule of the load balancer.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2825,6 +2825,10 @@ class BackendAddressPool(SubResource):
:ivar outbound_rule: Gets outbound rules that use this backend address
pool.
:vartype outbound_rule: ~azure.mgmt.network.v2018_11_01.models.SubResource
:ivar outbound_rules: Gets outbound rules that use this backend address
pool.
:vartype outbound_rules:
list[~azure.mgmt.network.v2018_11_01.models.SubResource]
:param provisioning_state: Get provisioning state of the public IP
resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
:type provisioning_state: str
Expand All @@ -2840,13 +2844,15 @@ class BackendAddressPool(SubResource):
'backend_ip_configurations': {'readonly': True},
'load_balancing_rules': {'readonly': True},
'outbound_rule': {'readonly': True},
'outbound_rules': {'readonly': True},
}

_attribute_map = {
'id': {'key': 'id', 'type': 'str'},
'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]'},
'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'},
'name': {'key': 'name', 'type': 'str'},
'etag': {'key': 'etag', 'type': 'str'},
Expand All @@ -2857,6 +2863,7 @@ def __init__(self, **kwargs):
self.backend_ip_configurations = None
self.load_balancing_rules = None
self.outbound_rule = None
self.outbound_rules = None
self.provisioning_state = kwargs.get('provisioning_state', None)
self.name = kwargs.get('name', None)
self.etag = kwargs.get('etag', None)
Expand Down Expand Up @@ -8284,7 +8291,7 @@ def __init__(self, **kwargs):


class OutboundRule(SubResource):
"""Outbound pool of the load balancer.
"""Outbound rule of the load balancer.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2825,6 +2825,10 @@ class BackendAddressPool(SubResource):
:ivar outbound_rule: Gets outbound rules that use this backend address
pool.
:vartype outbound_rule: ~azure.mgmt.network.v2018_11_01.models.SubResource
:ivar outbound_rules: Gets outbound rules that use this backend address
pool.
:vartype outbound_rules:
list[~azure.mgmt.network.v2018_11_01.models.SubResource]
:param provisioning_state: Get provisioning state of the public IP
resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
:type provisioning_state: str
Expand All @@ -2840,13 +2844,15 @@ class BackendAddressPool(SubResource):
'backend_ip_configurations': {'readonly': True},
'load_balancing_rules': {'readonly': True},
'outbound_rule': {'readonly': True},
'outbound_rules': {'readonly': True},
}

_attribute_map = {
'id': {'key': 'id', 'type': 'str'},
'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]'},
'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'},
'name': {'key': 'name', 'type': 'str'},
'etag': {'key': 'etag', 'type': 'str'},
Expand All @@ -2857,6 +2863,7 @@ def __init__(self, *, id: str=None, provisioning_state: str=None, name: str=None
self.backend_ip_configurations = None
self.load_balancing_rules = None
self.outbound_rule = None
self.outbound_rules = None
self.provisioning_state = provisioning_state
self.name = name
self.etag = etag
Expand Down Expand Up @@ -8284,7 +8291,7 @@ def __init__(self, *, metric_specifications=None, log_specifications=None, **kwa


class OutboundRule(SubResource):
"""Outbound pool of the load balancer.
"""Outbound rule of the load balancer.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2896,6 +2896,10 @@ class BackendAddressPool(SubResource):
:ivar outbound_rule: Gets outbound rules that use this backend address
pool.
:vartype outbound_rule: ~azure.mgmt.network.v2018_12_01.models.SubResource
:ivar outbound_rules: Gets outbound rules that use this backend address
pool.
:vartype outbound_rules:
list[~azure.mgmt.network.v2018_12_01.models.SubResource]
:param provisioning_state: Get provisioning state of the public IP
resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
:type provisioning_state: str
Expand All @@ -2911,13 +2915,15 @@ class BackendAddressPool(SubResource):
'backend_ip_configurations': {'readonly': True},
'load_balancing_rules': {'readonly': True},
'outbound_rule': {'readonly': True},
'outbound_rules': {'readonly': True},
}

_attribute_map = {
'id': {'key': 'id', 'type': 'str'},
'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]'},
'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'},
'name': {'key': 'name', 'type': 'str'},
'etag': {'key': 'etag', 'type': 'str'},
Expand All @@ -2928,6 +2934,7 @@ def __init__(self, **kwargs):
self.backend_ip_configurations = None
self.load_balancing_rules = None
self.outbound_rule = None
self.outbound_rules = None
self.provisioning_state = kwargs.get('provisioning_state', None)
self.name = kwargs.get('name', None)
self.etag = kwargs.get('etag', None)
Expand Down Expand Up @@ -8502,7 +8509,7 @@ def __init__(self, **kwargs):


class OutboundRule(SubResource):
"""Outbound pool of the load balancer.
"""Outbound rule of the load balancer.

All required parameters must be populated in order to send to Azure.

Expand Down
Loading