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.v2020_03_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, local_network_address_space: typing.Union[_ForwardRef('AddressSpace'), NoneType] = None, gateway_ip_address: typing.Union[str, NoneType] = None, fqdn: typing.Union[str, NoneType] = None, bgp_settings: typing.Union[_ForwardRef('BgpSettings'), NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- location
- str
Resource location.
- local_network_address_space
- AddressSpace
Local network site address space.
- gateway_ip_address
- str
IP address of local network gateway.
- fqdn
- str
FQDN of local network gateway.
- bgp_settings
- BgpSettings
Local network gateway's BGP speaker settings.
Variables
- name
- str
Resource name.
- type
- str
Resource type.
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- resource_guid
- str
The resource GUID property of the local network gateway resource.
- provisioning_state
- str or ProvisioningState
The provisioning state of the local network gateway resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
Feedback
Submit and view feedback for