Interface AdditionalPodNetworkConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      MaxPodsConstraint getMaxPodsPerNode()
      The maximum number of pods per node which use this pod network
      MaxPodsConstraintOrBuilder getMaxPodsPerNodeOrBuilder()
      The maximum number of pods per node which use this pod network
      String getSecondaryPodRange()
      The name of the secondary range on the subnet which provides IP address for this pod range
      com.google.protobuf.ByteString getSecondaryPodRangeBytes()
      The name of the secondary range on the subnet which provides IP address for this pod range
      String getSubnetwork()
      Name of the subnetwork where the additional pod network belongs
      com.google.protobuf.ByteString getSubnetworkBytes()
      Name of the subnetwork where the additional pod network belongs
      boolean hasMaxPodsPerNode()
      The maximum number of pods per node which use this pod network
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getSubnetwork

        String getSubnetwork()
         Name of the subnetwork where the additional pod network belongs
         
        string subnetwork = 1;
        Returns:
        The subnetwork.
      • getSubnetworkBytes

        com.google.protobuf.ByteString getSubnetworkBytes()
         Name of the subnetwork where the additional pod network belongs
         
        string subnetwork = 1;
        Returns:
        The bytes for subnetwork.
      • getSecondaryPodRange

        String getSecondaryPodRange()
         The name of the secondary range on the subnet which provides IP address for
         this pod range
         
        string secondary_pod_range = 2;
        Returns:
        The secondaryPodRange.
      • getSecondaryPodRangeBytes

        com.google.protobuf.ByteString getSecondaryPodRangeBytes()
         The name of the secondary range on the subnet which provides IP address for
         this pod range
         
        string secondary_pod_range = 2;
        Returns:
        The bytes for secondaryPodRange.
      • hasMaxPodsPerNode

        boolean hasMaxPodsPerNode()
         The maximum number of pods per node which use this pod network
         
        optional .google.container.v1.MaxPodsConstraint max_pods_per_node = 3;
        Returns:
        Whether the maxPodsPerNode field is set.
      • getMaxPodsPerNode

        MaxPodsConstraint getMaxPodsPerNode()
         The maximum number of pods per node which use this pod network
         
        optional .google.container.v1.MaxPodsConstraint max_pods_per_node = 3;
        Returns:
        The maxPodsPerNode.
      • getMaxPodsPerNodeOrBuilder

        MaxPodsConstraintOrBuilder getMaxPodsPerNodeOrBuilder()
         The maximum number of pods per node which use this pod network
         
        optional .google.container.v1.MaxPodsConstraint max_pods_per_node = 3;