Class GetNodeGroupResult


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

      • clusterId

        public java.lang.String clusterId()
      • createdAt

        public java.lang.String createdAt()
        Returns:
        The time at which the node group was created.
      • dockerVolumeSize

        public java.lang.Integer dockerVolumeSize()
        Returns:
        The size (in GB) of the Docker volume.
      • flavor

        public java.lang.String flavor()
        Returns:
        The flavor for the nodes of the node group.
      • id

        public java.lang.String id()
        Returns:
        The provider-assigned unique ID for this managed resource.
      • image

        public java.lang.String image()
        Returns:
        The reference to an image that is used for nodes of the node group.
      • labels

        public java.util.Map<java.lang.String,​java.lang.Object> labels()
        Returns:
        The list of key value pairs representing additional properties of the node group.
      • maxNodeCount

        public java.lang.Integer maxNodeCount()
        Returns:
        The maximum number of nodes for the node group.
      • minNodeCount

        public java.lang.Integer minNodeCount()
        Returns:
        The minimum number of nodes for the node group.
      • name

        public java.lang.String name()
        Returns:
        See Argument Reference above.
      • nodeCount

        public java.lang.Integer nodeCount()
        Returns:
        The number of nodes for the node group.
      • projectId

        public java.lang.String projectId()
        Returns:
        The project of the node group.
      • region

        public java.lang.String region()
        Returns:
        See Argument Reference above.
      • role

        public java.lang.String role()
        Returns:
        The role of the node group.
      • updatedAt

        public java.lang.String updatedAt()
        Returns:
        The time at which the node group was updated.