Uses of Class
com.azure.resourcemanager.network.models.EffectiveRouteState
Packages that use EffectiveRouteState
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of EffectiveRouteState in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as EffectiveRouteStateModifier and TypeFieldDescriptionstatic final EffectiveRouteStateEffectiveRouteState.ACTIVEStatic value Active for EffectiveRouteState.static final EffectiveRouteStateEffectiveRouteState.INVALIDStatic value Invalid for EffectiveRouteState.Methods in com.azure.resourcemanager.network.models that return EffectiveRouteStateModifier and TypeMethodDescriptionstatic EffectiveRouteStateEffectiveRouteState.fromString(String name) Creates or finds a EffectiveRouteState from its string representation.EffectiveRoute.state()Get the state property: The value of effective route.Methods in com.azure.resourcemanager.network.models that return types with arguments of type EffectiveRouteStateModifier and TypeMethodDescriptionstatic Collection<EffectiveRouteState> EffectiveRouteState.values()Gets known EffectiveRouteState values.Methods in com.azure.resourcemanager.network.models with parameters of type EffectiveRouteStateModifier and TypeMethodDescriptionEffectiveRoute.withState(EffectiveRouteState state) Set the state property: The value of effective route.