AzureReachabilityReportItem Class

  • java.lang.Object
    • com.microsoft.azure.management.network.AzureReachabilityReportItem

public class AzureReachabilityReportItem

Azure reachability report details for a given provider location.

Constructor Summary

Constructor Description
AzureReachabilityReportItem()

Method Summary

Modifier and Type Method and Description
java.lang.String azureLocation()

Get the Azure region.

java.util.List<AzureReachabilityReportLatencyInfo> latencies()

Get list of latency details for each of the time series.

java.lang.String provider()

Get the Internet service provider.

AzureReachabilityReportItem withAzureLocation(String azureLocation)

Set the Azure region.

AzureReachabilityReportItem withLatencies(List<AzureReachabilityReportLatencyInfo> latencies)

Set list of latency details for each of the time series.

AzureReachabilityReportItem withProvider(String provider)

Set the Internet service provider.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

AzureReachabilityReportItem

public AzureReachabilityReportItem()

Method Details

azureLocation

public String azureLocation()

Get the Azure region.

Returns:

the azureLocation value

latencies

public List latencies()

Get list of latency details for each of the time series.

Returns:

the latencies value

provider

public String provider()

Get the Internet service provider.

Returns:

the provider value

withAzureLocation

public AzureReachabilityReportItem withAzureLocation(String azureLocation)

Set the Azure region.

Parameters:

azureLocation - the azureLocation value to set

Returns:

the AzureReachabilityReportItem object itself.

withLatencies

public AzureReachabilityReportItem withLatencies(List latencies)

Set list of latency details for each of the time series.

Parameters:

latencies - the latencies value to set

Returns:

the AzureReachabilityReportItem object itself.

withProvider

public AzureReachabilityReportItem withProvider(String provider)

Set the Internet service provider.

Parameters:

provider - the provider value to set

Returns:

the AzureReachabilityReportItem object itself.

Applies to