Amazon.Route53.AmazonRoute53Client.GetCheckerIpRanges C# (CSharp) Méthode

GetCheckerIpRanges() public méthode

Retrieves a list of the IP ranges used by Amazon Route 53 health checkers to check the health of your resources. Send a GET request to the /Amazon Route 53 API version/checkeripranges resource. Use these IP addresses to configure router and firewall rules to allow health checkers to check the health of your resources.
public GetCheckerIpRanges ( GetCheckerIpRangesRequest request ) : GetCheckerIpRangesResponse
request GetCheckerIpRangesRequest Container for the necessary parameters to execute the GetCheckerIpRanges service method.
Résultat GetCheckerIpRangesResponse
        public GetCheckerIpRangesResponse GetCheckerIpRanges(GetCheckerIpRangesRequest request)
        {
            var marshaller = new GetCheckerIpRangesRequestMarshaller();
            var unmarshaller = GetCheckerIpRangesResponseUnmarshaller.Instance;

            return Invoke<GetCheckerIpRangesRequest,GetCheckerIpRangesResponse>(request, marshaller, unmarshaller);
        }
AmazonRoute53Client