Interface MasterAuthorizedNetworksConfigOrBuilder

    • Method Detail

      • getEnabled

        boolean getEnabled()
         Whether or not master authorized networks feature is enabled.
         
        bool enabled = 1;
        Returns:
        The enabled.
      • getCidrBlocksList

        List<MasterAuthorizedNetworksConfig.CidrBlock> getCidrBlocksList()
         Up to 50 external networks that could access Kubernetes master through
         HTTPS.
         
        repeated .google.cloud.orchestration.airflow.service.v1beta1.MasterAuthorizedNetworksConfig.CidrBlock cidr_blocks = 2;
      • getCidrBlocks

        MasterAuthorizedNetworksConfig.CidrBlock getCidrBlocks​(int index)
         Up to 50 external networks that could access Kubernetes master through
         HTTPS.
         
        repeated .google.cloud.orchestration.airflow.service.v1beta1.MasterAuthorizedNetworksConfig.CidrBlock cidr_blocks = 2;
      • getCidrBlocksCount

        int getCidrBlocksCount()
         Up to 50 external networks that could access Kubernetes master through
         HTTPS.
         
        repeated .google.cloud.orchestration.airflow.service.v1beta1.MasterAuthorizedNetworksConfig.CidrBlock cidr_blocks = 2;
      • getCidrBlocksOrBuilderList

        List<? extends MasterAuthorizedNetworksConfig.CidrBlockOrBuilder> getCidrBlocksOrBuilderList()
         Up to 50 external networks that could access Kubernetes master through
         HTTPS.
         
        repeated .google.cloud.orchestration.airflow.service.v1beta1.MasterAuthorizedNetworksConfig.CidrBlock cidr_blocks = 2;
      • getCidrBlocksOrBuilder

        MasterAuthorizedNetworksConfig.CidrBlockOrBuilder getCidrBlocksOrBuilder​(int index)
         Up to 50 external networks that could access Kubernetes master through
         HTTPS.
         
        repeated .google.cloud.orchestration.airflow.service.v1beta1.MasterAuthorizedNetworksConfig.CidrBlock cidr_blocks = 2;