Enum GiGoalSoftwareComponentDetails.HomePolicy

  • All Implemented Interfaces:
    BmcEnum, Serializable, Comparable<GiGoalSoftwareComponentDetails.HomePolicy>
    Enclosing class:
    GiGoalSoftwareComponentDetails

    public static enum GiGoalSoftwareComponentDetails.HomePolicy
    extends Enum<GiGoalSoftwareComponentDetails.HomePolicy>
    implements BmcEnum
    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.