Class CoverageEksClusterDetails

    • Method Detail

      • clusterName

        public final String clusterName()

        Name of the EKS cluster.

        Returns:
        Name of the EKS cluster.
      • coveredNodes

        public final Long coveredNodes()

        Represents the nodes within the EKS cluster that have a HEALTHY coverage status.

        Returns:
        Represents the nodes within the EKS cluster that have a HEALTHY coverage status.
      • compatibleNodes

        public final Long compatibleNodes()

        Represents all the nodes within the EKS cluster in your account.

        Returns:
        Represents all the nodes within the EKS cluster in your account.
      • addonDetails

        public final AddonDetails addonDetails()

        Information about the installed EKS add-on.

        Returns:
        Information about the installed EKS add-on.
      • managementType

        public final ManagementType managementType()

        Indicates how the Amazon EKS add-on GuardDuty agent is managed for this EKS cluster.

        AUTO_MANAGED indicates GuardDuty deploys and manages updates for this resource.

        MANUAL indicates that you are responsible to deploy, update, and manage the Amazon EKS add-on GuardDuty agent for this resource.

        If the service returns an enum value that is not available in the current SDK version, managementType will return ManagementType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from managementTypeAsString().

        Returns:
        Indicates how the Amazon EKS add-on GuardDuty agent is managed for this EKS cluster.

        AUTO_MANAGED indicates GuardDuty deploys and manages updates for this resource.

        MANUAL indicates that you are responsible to deploy, update, and manage the Amazon EKS add-on GuardDuty agent for this resource.

        See Also:
        ManagementType
      • managementTypeAsString

        public final String managementTypeAsString()

        Indicates how the Amazon EKS add-on GuardDuty agent is managed for this EKS cluster.

        AUTO_MANAGED indicates GuardDuty deploys and manages updates for this resource.

        MANUAL indicates that you are responsible to deploy, update, and manage the Amazon EKS add-on GuardDuty agent for this resource.

        If the service returns an enum value that is not available in the current SDK version, managementType will return ManagementType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from managementTypeAsString().

        Returns:
        Indicates how the Amazon EKS add-on GuardDuty agent is managed for this EKS cluster.

        AUTO_MANAGED indicates GuardDuty deploys and manages updates for this resource.

        MANUAL indicates that you are responsible to deploy, update, and manage the Amazon EKS add-on GuardDuty agent for this resource.

        See Also:
        ManagementType
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)