LocalNetworkGateway Class
A common class for general resource information.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2018_08_01.models._models_py3.ResourceLocalNetworkGateway
Constructor
LocalNetworkGateway(*, id: typing.Union[str, NoneType] = None, location: typing.Union[str, NoneType] = None, tags: typing.Union[typing.Dict[str, str], NoneType] = None, etag: typing.Union[str, NoneType] = None, local_network_address_space: typing.Union[_ForwardRef('AddressSpace'), NoneType] = None, gateway_ip_address: typing.Union[str, NoneType] = None, bgp_settings: typing.Union[_ForwardRef('BgpSettings'), NoneType] = None, resource_guid: typing.Union[str, NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- location
- str
Resource location.
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- local_network_address_space
- AddressSpace
Local network site address space.
- gateway_ip_address
- str
IP address of local network gateway.
- bgp_settings
- BgpSettings
Local network gateway's BGP speaker settings.
- resource_guid
- str
The resource GUID property of the LocalNetworkGateway resource.
Variables
- name
- str
Resource name.
- type
- str
Resource type.
- provisioning_state
- str
The provisioning state of the LocalNetworkGateway resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
Feedback
Submit and view feedback for