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.models._models_py3.ResourceLocalNetworkGateway
Constructor
LocalNetworkGateway(*, id: str | None = None, location: str | None = None, tags: Dict[str, str] | None = None, local_network_address_space: _models.AddressSpace | None = None, gateway_ip_address: str | None = None, fqdn: str | None = None, bgp_settings: _models.BgpSettings | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
location
|
Resource location. |
tags
|
Resource tags. |
local_network_address_space
|
Local network site address space. |
gateway_ip_address
|
IP address of local network gateway. |
fqdn
|
FQDN of local network gateway. |
bgp_settings
|
Local network gateway's BGP speaker settings. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
location
|
Resource location. |
tags
|
Resource tags. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
local_network_address_space
|
Local network site address space. |
gateway_ip_address
|
IP address of local network gateway. |
fqdn
|
FQDN of local network gateway. |
bgp_settings
|
Local network gateway's BGP speaker settings. |
resource_guid
|
The resource GUID property of the local network gateway resource. |
provisioning_state
|
The provisioning state of the local network gateway resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed". |
Azure SDK for Python