Class ResourceInventory.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • wlsDomainCount

        public ResourceInventory.Builder wlsDomainCount​(Integer wlsDomainCount)
        The number of WebLogic domains discovered in the selected compartment.
        Parameters:
        wlsDomainCount - the value to set
        Returns:
        this builder
      • wlsDomainNotInLatestPatchCount

        public ResourceInventory.Builder wlsDomainNotInLatestPatchCount​(Integer wlsDomainNotInLatestPatchCount)
        The number of WebLogic domains that are not in the latest patch.
        Parameters:
        wlsDomainNotInLatestPatchCount - the value to set
        Returns:
        this builder
      • wlsDomainWithPatchReadinessWarningCount

        public ResourceInventory.Builder wlsDomainWithPatchReadinessWarningCount​(Integer wlsDomainWithPatchReadinessWarningCount)
        The number of WebLogic domains that have warnings in the patch readiness check.
        Parameters:
        wlsDomainWithPatchReadinessWarningCount - the value to set
        Returns:
        this builder
      • wlsDomainWithPatchReadinessErrorCount

        public ResourceInventory.Builder wlsDomainWithPatchReadinessErrorCount​(Integer wlsDomainWithPatchReadinessErrorCount)
        The number of WebLogic domains that have errors in the patch readiness check.
        Parameters:
        wlsDomainWithPatchReadinessErrorCount - the value to set
        Returns:
        this builder
      • managedInstanceCount

        public ResourceInventory.Builder managedInstanceCount​(Integer managedInstanceCount)
        The number of managed instances in the selected compartment.
        Parameters:
        managedInstanceCount - the value to set
        Returns:
        this builder
      • managedInstanceWithPatchReadinessWarningCount

        public ResourceInventory.Builder managedInstanceWithPatchReadinessWarningCount​(Integer managedInstanceWithPatchReadinessWarningCount)
        The number of managed instance that have WebLogic domains with warnings in the patch readiness check.
        Parameters:
        managedInstanceWithPatchReadinessWarningCount - the value to set
        Returns:
        this builder
      • managedInstanceWithPatchReadinessErrorCount

        public ResourceInventory.Builder managedInstanceWithPatchReadinessErrorCount​(Integer managedInstanceWithPatchReadinessErrorCount)
        The number of managed instance that have WebLogic domains with errors in the patch readiness check.
        Parameters:
        managedInstanceWithPatchReadinessErrorCount - the value to set
        Returns:
        this builder