Uses of Class
com.azure.resourcemanager.network.fluent.models.GatewayRouteSetsInformationInner
Packages that use GatewayRouteSetsInformationInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of GatewayRouteSetsInformationInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return GatewayRouteSetsInformationInnerModifier and TypeMethodDescriptionVirtualNetworkGatewaysClient.getRoutesInformation(String resourceGroupName, String virtualNetworkGatewayName) This operation retrieves the route set information for an Express Route Gateway based on their resiliency.VirtualNetworkGatewaysClient.getRoutesInformation(String resourceGroupName, String virtualNetworkGatewayName, Boolean attemptRefresh, com.azure.core.util.Context context) This operation retrieves the route set information for an Express Route Gateway based on their resiliency.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type GatewayRouteSetsInformationInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GatewayRouteSetsInformationInner>, GatewayRouteSetsInformationInner> VirtualNetworkGatewaysClient.beginGetRoutesInformation(String resourceGroupName, String virtualNetworkGatewayName) This operation retrieves the route set information for an Express Route Gateway based on their resiliency.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GatewayRouteSetsInformationInner>, GatewayRouteSetsInformationInner> VirtualNetworkGatewaysClient.beginGetRoutesInformation(String resourceGroupName, String virtualNetworkGatewayName) This operation retrieves the route set information for an Express Route Gateway based on their resiliency.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GatewayRouteSetsInformationInner>, GatewayRouteSetsInformationInner> VirtualNetworkGatewaysClient.beginGetRoutesInformation(String resourceGroupName, String virtualNetworkGatewayName, Boolean attemptRefresh, com.azure.core.util.Context context) This operation retrieves the route set information for an Express Route Gateway based on their resiliency.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GatewayRouteSetsInformationInner>, GatewayRouteSetsInformationInner> VirtualNetworkGatewaysClient.beginGetRoutesInformation(String resourceGroupName, String virtualNetworkGatewayName, Boolean attemptRefresh, com.azure.core.util.Context context) This operation retrieves the route set information for an Express Route Gateway based on their resiliency.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GatewayRouteSetsInformationInner>, GatewayRouteSetsInformationInner> VirtualNetworkGatewaysClient.beginGetRoutesInformationAsync(String resourceGroupName, String virtualNetworkGatewayName) This operation retrieves the route set information for an Express Route Gateway based on their resiliency.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GatewayRouteSetsInformationInner>, GatewayRouteSetsInformationInner> VirtualNetworkGatewaysClient.beginGetRoutesInformationAsync(String resourceGroupName, String virtualNetworkGatewayName) This operation retrieves the route set information for an Express Route Gateway based on their resiliency.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GatewayRouteSetsInformationInner>, GatewayRouteSetsInformationInner> VirtualNetworkGatewaysClient.beginGetRoutesInformationAsync(String resourceGroupName, String virtualNetworkGatewayName, Boolean attemptRefresh) This operation retrieves the route set information for an Express Route Gateway based on their resiliency.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GatewayRouteSetsInformationInner>, GatewayRouteSetsInformationInner> VirtualNetworkGatewaysClient.beginGetRoutesInformationAsync(String resourceGroupName, String virtualNetworkGatewayName, Boolean attemptRefresh) This operation retrieves the route set information for an Express Route Gateway based on their resiliency.VirtualNetworkGatewaysClient.getRoutesInformationAsync(String resourceGroupName, String virtualNetworkGatewayName) This operation retrieves the route set information for an Express Route Gateway based on their resiliency.VirtualNetworkGatewaysClient.getRoutesInformationAsync(String resourceGroupName, String virtualNetworkGatewayName, Boolean attemptRefresh) This operation retrieves the route set information for an Express Route Gateway based on their resiliency. -
Uses of GatewayRouteSetsInformationInner in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type GatewayRouteSetsInformationInnerModifier and TypeClassDescriptionfinal classGateway Route Sets Information.Methods in com.azure.resourcemanager.network.fluent.models that return GatewayRouteSetsInformationInnerModifier and TypeMethodDescriptionGatewayRouteSetsInformationInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GatewayRouteSetsInformationInner from the JsonReader.GatewayRouteSetsInformationInner.withCircuitsMetadataMap(Map<String, CircuitMetadataMap> circuitsMetadataMap) Set the circuitsMetadataMap property: Dictionary containing map of the circuit id and circuit details.GatewayRouteSetsInformationInner.withLastComputedTime(OffsetDateTime lastComputedTime) Set the lastComputedTime property: Timestamp denoting the last time when the route sets were computed for the gateway.GatewayRouteSetsInformationInner.withNextEligibleComputeTime(OffsetDateTime nextEligibleComputeTime) Set the nextEligibleComputeTime property: Timestamp denoting the next eligible time to re-compute the route sets for the gateway.GatewayRouteSetsInformationInner.withRouteSets(List<GatewayRouteSet> routeSets) Set the routeSets property: List of Gateway Route Sets.GatewayRouteSetsInformationInner.withRouteSetVersion(String routeSetVersion) Set the routeSetVersion property: Version for the route set.