All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.dns.model.RRSetRoutingPolicyHealthCheckTargets.html Maven / Gradle / Ivy

There is a newer version: v2-rev20220505-1.32.1
Show newest version






RRSetRoutingPolicyHealthCheckTargets (Cloud DNS API v1-rev20240118-2.0.0)












com.google.api.services.dns.model

Class RRSetRoutingPolicyHealthCheckTargets

  • All Implemented Interfaces:
    Cloneable, Map<String,Object>


    public final class RRSetRoutingPolicyHealthCheckTargets
    extends com.google.api.client.json.GenericJson
    HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries. Only the healthy endpoints will be included in the response. Only one of internal_load_balancer and external_endpoints should be set.

    This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud DNS API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json

    Author:
    Google, Inc.
    • Constructor Detail

      • RRSetRoutingPolicyHealthCheckTargets

        public RRSetRoutingPolicyHealthCheckTargets()
    • Method Detail

      • getExternalEndpoints

        public List<String> getExternalEndpoints()
        The Internet IP addresses to be health checked. The format matches the format of ResourceRecordSet.rrdata as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1)
        Returns:
        value or null for none
      • setExternalEndpoints

        public RRSetRoutingPolicyHealthCheckTargets setExternalEndpoints(List<String> externalEndpoints)
        The Internet IP addresses to be health checked. The format matches the format of ResourceRecordSet.rrdata as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1)
        Parameters:
        externalEndpoints - externalEndpoints or null for none
      • getInternalLoadBalancers

        public List<RRSetRoutingPolicyLoadBalancerTarget> getInternalLoadBalancers()
        Configuration for internal load balancers to be health checked.
        Returns:
        value or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy