Class AksNetworkingConfigurationResponse


  • public final class AksNetworkingConfigurationResponse
    extends java.lang.Object
    • Method Detail

      • dnsServiceIP

        public java.util.Optional<java.lang.String> dnsServiceIP()
        Returns:
        An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr.
      • dockerBridgeCidr

        public java.util.Optional<java.lang.String> dockerBridgeCidr()
        Returns:
        A CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the Kubernetes service address range.
      • serviceCidr

        public java.util.Optional<java.lang.String> serviceCidr()
        Returns:
        A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges.
      • subnetId

        public java.util.Optional<java.lang.String> subnetId()
        Returns:
        Virtual network subnet resource ID the compute nodes belong to