Interface RouteTable
- All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.arm.models.GroupableResource<NetworkManager, RouteTableInner>, HasAssociatedSubnets, com.azure.resourcemanager.resources.fluentcore.arm.models.HasId, com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<RouteTableInner>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager<NetworkManager>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasName, com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup, com.azure.resourcemanager.resources.fluentcore.model.Indexable, com.azure.resourcemanager.resources.fluentcore.model.Refreshable<RouteTable>, com.azure.resourcemanager.resources.fluentcore.arm.models.Resource, com.azure.resourcemanager.resources.fluentcore.model.Updatable<RouteTable.Update>, UpdatableWithTags<RouteTable>
public interface RouteTable
extends com.azure.resourcemanager.resources.fluentcore.arm.models.GroupableResource<NetworkManager, RouteTableInner>, com.azure.resourcemanager.resources.fluentcore.model.Refreshable<RouteTable>, com.azure.resourcemanager.resources.fluentcore.model.Updatable<RouteTable.Update>, UpdatableWithTags<RouteTable>, HasAssociatedSubnets
Entry point for route table management.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of a route table definition.static interfaceGrouping of route table definition stages.static interfaceThe template for a route table update operation, containing all the settings that can be modified.static interfaceGrouping of route table update stages.Nested classes/interfaces inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithRegion<T>, com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags<T>, com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.UpdateWithTags<T>Nested classes/interfaces inherited from interface UpdatableWithTags
UpdatableWithTags.UpdateWithTags<T> -
Field Summary
Fields inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
DUMMY -
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks whether to disable the routes learned by BGP on that route table.routes()Gets the routes of this route table.Methods inherited from interface HasAssociatedSubnets
listAssociatedSubnetsMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasId
idMethods 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.Indexable
keyMethods 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 UpdatableWithTags
updateTags
-
Method Details
-
routes
-
isBgpRoutePropagationDisabled
boolean isBgpRoutePropagationDisabled()Checks whether to disable the routes learned by BGP on that route table.- Returns:
- whether to disable the routes learned by BGP on that route table. True means disable.
-