Delen via


LocalNetworkGateway Interface

Implements

public interface LocalNetworkGateway
extends GroupableResource<NetworkManager,LocalNetworkGatewayInner>, Refreshable<LocalNetworkGateway>, Updatable<Update>, UpdatableWithTags<LocalNetworkGateway>

Entry point for Local Network Gateway management API in Azure.

Method Summary

Modifier and Type Method and Description
abstract Set<String> addressSpaces()

Gets local network site address spaces.

abstract BgpSettings bgpSettings()

Gets local network gateway's BGP speaker settings.

abstract String ipAddress()

Gets IP address of local network gateway.

abstract String provisioningState()

Gets the provisioning state of the LocalNetworkGateway resource.

Method Details

addressSpaces

public abstract Set addressSpaces()

Gets local network site address spaces.

Returns:

local network site address spaces

bgpSettings

public abstract BgpSettings bgpSettings()

Gets local network gateway's BGP speaker settings.

Returns:

local network gateway's BGP speaker settings

ipAddress

public abstract String ipAddress()

Gets IP address of local network gateway.

Returns:

IP address of local network gateway

provisioningState

public abstract String provisioningState()

Gets the provisioning state of the LocalNetworkGateway resource.

Returns:

the provisioning state of the LocalNetworkGateway resource

Applies to