Uses of Class
com.azure.resourcemanager.network.models.EffectiveRouteState
-
Packages that use EffectiveRouteState Package Description com.azure.resourcemanager.network.models 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 EffectiveRouteState Modifier and Type Field Description static EffectiveRouteStateEffectiveRouteState. ACTIVEStatic value Active for EffectiveRouteState.static EffectiveRouteStateEffectiveRouteState. INVALIDStatic value Invalid for EffectiveRouteState.Methods in com.azure.resourcemanager.network.models that return EffectiveRouteState Modifier and Type Method Description static EffectiveRouteStateEffectiveRouteState. fromString(String name)Creates or finds a EffectiveRouteState from its string representation.EffectiveRouteStateEffectiveRoute. state()Get the state property: The value of effective route.Methods in com.azure.resourcemanager.network.models that return types with arguments of type EffectiveRouteState Modifier and Type Method Description static Collection<EffectiveRouteState>EffectiveRouteState. values()Methods in com.azure.resourcemanager.network.models with parameters of type EffectiveRouteState Modifier and Type Method Description EffectiveRouteEffectiveRoute. withState(EffectiveRouteState state)Set the state property: The value of effective route.
-