Interface LocalNetworkGateway
- All Superinterfaces:
GroupableResource<NetworkManager, LocalNetworkGatewayInner>, HasId, HasInnerModel<LocalNetworkGatewayInner>, HasManager<NetworkManager>, HasName, HasResourceGroup, Indexable, Refreshable<LocalNetworkGateway>, Resource, Updatable<LocalNetworkGateway.Update>, UpdatableWithTags<LocalNetworkGateway>
public interface LocalNetworkGateway
extends GroupableResource<NetworkManager, LocalNetworkGatewayInner>, Refreshable<LocalNetworkGateway>, Updatable<LocalNetworkGateway.Update>, UpdatableWithTags<LocalNetworkGateway>
Entry point for Local Network Gateway management API in Azure.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the local network gateway definition.static interfaceGrouping of local network gateway definition stages.static interfaceThe template for a local network gateway update operation, containing all the settings that can be modified.static interfaceGrouping of local network gateway update stages.Nested classes/interfaces inherited from interface Resource
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>Nested classes/interfaces inherited from interface UpdatableWithTags
UpdatableWithTags.UpdateWithTags<T> -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets local network site address spaces.Gets local network gateway's BGP speaker settings.Gets IP address of local network gateway.Gets the provisioning state of the LocalNetworkGateway resource.Methods inherited from interface HasInnerModel
innerModelMethods inherited from interface HasManager
managerMethods inherited from interface HasResourceGroup
resourceGroupNameMethods inherited from interface Refreshable
refresh, refreshAsyncMethods inherited from interface Resource
region, regionName, tags, typeMethods inherited from interface UpdatableWithTags
updateTags
-
Method Details
-
ipAddress
String ipAddress()Gets IP address of local network gateway.- Returns:
- IP address of local network gateway
-
bgpSettings
BgpSettings bgpSettings()Gets local network gateway's BGP speaker settings.- Returns:
- local network gateway's BGP speaker settings
-
addressSpaces
-
provisioningState
String provisioningState()Gets the provisioning state of the LocalNetworkGateway resource.- Returns:
- the provisioning state of the LocalNetworkGateway resource
-