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

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

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






PolicyAlternativeNameServerConfigTargetNameServer (Cloud DNS API v1-rev20240118-2.0.0)












com.google.api.services.dns.model

Class PolicyAlternativeNameServerConfigTargetNameServer

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


    public final class PolicyAlternativeNameServerConfigTargetNameServer
    extends com.google.api.client.json.GenericJson
    Model definition for PolicyAlternativeNameServerConfigTargetNameServer.

    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

      • PolicyAlternativeNameServerConfigTargetNameServer

        public PolicyAlternativeNameServerConfigTargetNameServer()
    • Method Detail

      • getForwardingPath

        public String getForwardingPath()
        Forwarding path for this TargetNameServer. If unset or set to DEFAULT, Cloud DNS makes forwarding decisions based on address ranges; that is, RFC1918 addresses go to the VPC network, non-RFC1918 addresses go to the internet. When set to PRIVATE, Cloud DNS always sends queries through the VPC network for this target.
        Returns:
        value or null for none
      • setForwardingPath

        public PolicyAlternativeNameServerConfigTargetNameServer setForwardingPath(String forwardingPath)
        Forwarding path for this TargetNameServer. If unset or set to DEFAULT, Cloud DNS makes forwarding decisions based on address ranges; that is, RFC1918 addresses go to the VPC network, non-RFC1918 addresses go to the internet. When set to PRIVATE, Cloud DNS always sends queries through the VPC network for this target.
        Parameters:
        forwardingPath - forwardingPath or null for none
      • getIpv4Address

        public String getIpv4Address()
        IPv4 address to forward queries to.
        Returns:
        value or null for none
      • getIpv6Address

        public String getIpv6Address()
        IPv6 address to forward to. Does not accept both fields (ipv4 & ipv6) being populated. Public preview as of November 2022.
        Returns:
        value or null for none
      • setIpv6Address

        public PolicyAlternativeNameServerConfigTargetNameServer setIpv6Address(String ipv6Address)
        IPv6 address to forward to. Does not accept both fields (ipv4 & ipv6) being populated. Public preview as of November 2022.
        Parameters:
        ipv6Address - ipv6Address or null for none
      • getKind

        public String getKind()
        Returns:
        value or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy