PeeringManagementClientOperationsMixin Class

Inheritance
builtins.object
PeeringManagementClientOperationsMixin

Constructor

PeeringManagementClientOperationsMixin()

Methods

check_service_provider_availability

Checks if the peering service provider is present within 1000 miles of customer's location.

check_service_provider_availability

Checks if the peering service provider is present within 1000 miles of customer's location.

check_service_provider_availability(check_service_provider_availability_input: _models.CheckServiceProviderAvailabilityInput, **kwargs: Any) -> Union[str, _models.Enum0]

Parameters

check_service_provider_availability_input
CheckServiceProviderAvailabilityInput
Required

The CheckServiceProviderAvailabilityInput indicating customer location and service provider.

cls
callable

A custom type or function that will be passed the direct response

Returns

Enum0, or the result of cls(response)

Return type

str,

Exceptions