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.Resource
LocalNetworkGateway

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
str

Resource ID.

location
str

Resource location.

tags

Resource tags.

local_network_address_space

Local network site address space.

gateway_ip_address
str

IP address of local network gateway.

fqdn
str

FQDN of local network gateway.

bgp_settings

Local network gateway's BGP speaker settings.

Variables

Name Description
id
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

location
str

Resource location.

tags

Resource tags.

etag
str

A unique read-only string that changes whenever the resource is updated.

local_network_address_space

Local network site address space.

gateway_ip_address
str

IP address of local network gateway.

fqdn
str

FQDN of local network gateway.

bgp_settings

Local network gateway's BGP speaker settings.

resource_guid
str

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".