Class GiGoalSoftwareComponentDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • homePolicy

        public GiGoalSoftwareComponentDetails.Builder homePolicy​(GiGoalSoftwareComponentDetails.HomePolicy homePolicy)
        Goal home policy to use when Staging the Goal Version during patching.

        CREATE_NEW: Create a new DBHome (for Database Collections) for the specified image or version. USE_EXISTING: All database targets in the same VMCluster or CloudVmCluster will be moved to a shared database home. If an existing home for the selected image or version is not found in the VM Cluster for a target database, then a new home will be created. If more than one existing home for the selected image is found, then the home with the least number of databases will be used. If multiple homes have the least number of databases, then a home will be selected at random.

        Parameters:
        homePolicy - the value to set
        Returns:
        this builder
      • newHomePrefix

        public GiGoalSoftwareComponentDetails.Builder newHomePrefix​(String newHomePrefix)
        Prefix name used for new DB home resources created as part of the Stage Action.

        Format: <specified_prefix>_ If not specified, a default OCI DB home resource will be generated for the new DB home resources created.

        Parameters:
        newHomePrefix - the value to set
        Returns:
        this builder