Class RecycleDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • recycleLevel

        public RecycleDetails.Builder recycleLevel​(RecycleDetails.RecycleLevel recycleLevel)
        Preferred recycle level for hosts associated with the reservation config.

        SKIP_RECYCLE - Skips host wipe. * FULL_RECYCLE - Does not skip host wipe. This is the default behavior.

        Parameters:
        recycleLevel - the value to set
        Returns:
        this builder
      • computeHostGroupId

        public RecycleDetails.Builder computeHostGroupId​(String computeHostGroupId)
        The OCID of the compute host group this host was attached to at the time of recycle.
        Parameters:
        computeHostGroupId - the value to set
        Returns:
        this builder