Uses of Class
com.azure.resourcemanager.network.fluent.models.ExpressRouteFailoverSingleTestDetailsInner
Packages that use ExpressRouteFailoverSingleTestDetailsInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of ExpressRouteFailoverSingleTestDetailsInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type ExpressRouteFailoverSingleTestDetailsInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<List<ExpressRouteFailoverSingleTestDetailsInner>>, List<ExpressRouteFailoverSingleTestDetailsInner>> VirtualNetworkGatewaysClient.beginGetFailoverSingleTestDetails(String resourceGroupName, String virtualNetworkGatewayName, String peeringLocation, String failoverTestId) This operation retrieves the details of a particular failover test performed on the gateway based on the test Guid.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<List<ExpressRouteFailoverSingleTestDetailsInner>>, List<ExpressRouteFailoverSingleTestDetailsInner>> VirtualNetworkGatewaysClient.beginGetFailoverSingleTestDetails(String resourceGroupName, String virtualNetworkGatewayName, String peeringLocation, String failoverTestId) This operation retrieves the details of a particular failover test performed on the gateway based on the test Guid.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<List<ExpressRouteFailoverSingleTestDetailsInner>>, List<ExpressRouteFailoverSingleTestDetailsInner>> VirtualNetworkGatewaysClient.beginGetFailoverSingleTestDetails(String resourceGroupName, String virtualNetworkGatewayName, String peeringLocation, String failoverTestId, com.azure.core.util.Context context) This operation retrieves the details of a particular failover test performed on the gateway based on the test Guid.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<List<ExpressRouteFailoverSingleTestDetailsInner>>, List<ExpressRouteFailoverSingleTestDetailsInner>> VirtualNetworkGatewaysClient.beginGetFailoverSingleTestDetails(String resourceGroupName, String virtualNetworkGatewayName, String peeringLocation, String failoverTestId, com.azure.core.util.Context context) This operation retrieves the details of a particular failover test performed on the gateway based on the test Guid.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<List<ExpressRouteFailoverSingleTestDetailsInner>>, List<ExpressRouteFailoverSingleTestDetailsInner>> VirtualNetworkGatewaysClient.beginGetFailoverSingleTestDetailsAsync(String resourceGroupName, String virtualNetworkGatewayName, String peeringLocation, String failoverTestId) This operation retrieves the details of a particular failover test performed on the gateway based on the test Guid.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<List<ExpressRouteFailoverSingleTestDetailsInner>>, List<ExpressRouteFailoverSingleTestDetailsInner>> VirtualNetworkGatewaysClient.beginGetFailoverSingleTestDetailsAsync(String resourceGroupName, String virtualNetworkGatewayName, String peeringLocation, String failoverTestId) This operation retrieves the details of a particular failover test performed on the gateway based on the test Guid.VirtualNetworkGatewaysClient.getFailoverSingleTestDetails(String resourceGroupName, String virtualNetworkGatewayName, String peeringLocation, String failoverTestId) This operation retrieves the details of a particular failover test performed on the gateway based on the test Guid.VirtualNetworkGatewaysClient.getFailoverSingleTestDetails(String resourceGroupName, String virtualNetworkGatewayName, String peeringLocation, String failoverTestId, com.azure.core.util.Context context) This operation retrieves the details of a particular failover test performed on the gateway based on the test Guid.VirtualNetworkGatewaysClient.getFailoverSingleTestDetailsAsync(String resourceGroupName, String virtualNetworkGatewayName, String peeringLocation, String failoverTestId) This operation retrieves the details of a particular failover test performed on the gateway based on the test Guid. -
Uses of ExpressRouteFailoverSingleTestDetailsInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ExpressRouteFailoverSingleTestDetailsInnerModifier and TypeMethodDescriptionExpressRouteFailoverSingleTestDetailsInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExpressRouteFailoverSingleTestDetailsInner from the JsonReader.ExpressRouteFailoverSingleTestDetailsInner.withEndTimeUtc(String endTimeUtc) Set the endTimeUtc property: Time when the test was completed.ExpressRouteFailoverSingleTestDetailsInner.withFailoverConnectionDetails(List<FailoverConnectionDetails> failoverConnectionDetails) Set the failoverConnectionDetails property: List of all the failover connections for this peering location.ExpressRouteFailoverSingleTestDetailsInner.withNonRedundantRoutes(List<String> nonRedundantRoutes) Set the nonRedundantRoutes property: List of al the routes that were received only from this peering location.ExpressRouteFailoverSingleTestDetailsInner.withPeeringLocation(String peeringLocation) Set the peeringLocation property: Peering location of the test.ExpressRouteFailoverSingleTestDetailsInner.withRedundantRoutes(List<ExpressRouteFailoverRedundantRoute> redundantRoutes) Set the redundantRoutes property: List of routes received from this peering as well as some other peering location.ExpressRouteFailoverSingleTestDetailsInner.withStartTimeUtc(String startTimeUtc) Set the startTimeUtc property: Time when the test was started.ExpressRouteFailoverSingleTestDetailsInner.withStatus(FailoverTestStatusForSingleTest status) Set the status property: The current status of the test.ExpressRouteFailoverSingleTestDetailsInner.withWasSimulationSuccessful(Boolean wasSimulationSuccessful) Set the wasSimulationSuccessful property: Whether the failover simulation was successful or not.