LocalNetworkGateway Class
A common class for general resource information.
Variables are only populated by the server, and will be ignored when sending a request.
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. Default value: None
|
|
location
|
Resource location. Default value: None
|
|
tags
|
Resource tags. Default value: None
|
|
local_network_address_space
|
Local network site address space. Default value: None
|
|
gateway_ip_address
|
IP address of local network gateway. Default value: None
|
|
fqdn
|
FQDN of local network gateway. Default value: None
|
|
bgp_settings
|
Local network gateway's BGP speaker settings. Default value: None
|
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: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |