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 com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>Nested classes/interfaces inherited from interface com.azure.resourcemanager.network.models.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 com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModelMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
managerMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
nameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupNameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
region, regionName, tags, typeMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Updatable
updateMethods inherited from interface com.azure.resourcemanager.network.models.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
Gets local network site address spaces.- Returns:
- local network site address spaces
-
provisioningState
String provisioningState()Gets the provisioning state of the LocalNetworkGateway resource.- Returns:
- the provisioning state of the LocalNetworkGateway resource
-