Uses of Class
com.azure.resourcemanager.network.models.FailoverTestStatus
Packages that use FailoverTestStatus
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of FailoverTestStatus in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return FailoverTestStatusModifier and TypeMethodDescriptionExpressRouteFailoverTestDetailsInner.status()Get the status property: The current status of the test.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type FailoverTestStatusModifier and TypeMethodDescriptionExpressRouteFailoverTestDetailsInner.withStatus(FailoverTestStatus status) Set the status property: The current status of the test. -
Uses of FailoverTestStatus in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as FailoverTestStatusModifier and TypeFieldDescriptionstatic final FailoverTestStatusFailoverTestStatus.COMPLETEDStatic value Completed for FailoverTestStatus.static final FailoverTestStatusFailoverTestStatus.EXPIREDStatic value Expired for FailoverTestStatus.static final FailoverTestStatusFailoverTestStatus.INVALIDStatic value Invalid for FailoverTestStatus.static final FailoverTestStatusFailoverTestStatus.NOT_STARTEDStatic value NotStarted for FailoverTestStatus.static final FailoverTestStatusFailoverTestStatus.RUNNINGStatic value Running for FailoverTestStatus.static final FailoverTestStatusFailoverTestStatus.START_FAILEDStatic value StartFailed for FailoverTestStatus.static final FailoverTestStatusFailoverTestStatus.STARTINGStatic value Starting for FailoverTestStatus.static final FailoverTestStatusFailoverTestStatus.STOP_FAILEDStatic value StopFailed for FailoverTestStatus.static final FailoverTestStatusFailoverTestStatus.STOPPINGStatic value Stopping for FailoverTestStatus.Methods in com.azure.resourcemanager.network.models that return FailoverTestStatusModifier and TypeMethodDescriptionstatic FailoverTestStatusFailoverTestStatus.fromString(String name) Creates or finds a FailoverTestStatus from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type FailoverTestStatusModifier and TypeMethodDescriptionstatic Collection<FailoverTestStatus> FailoverTestStatus.values()Gets known FailoverTestStatus values.