Group Instance Refresh
data class GroupInstanceRefresh(val preferences: GroupInstanceRefreshPreferences? = null, val strategy: String, val triggers: List<String>? = null)
Constructors
Link copied to clipboard
constructor(preferences: GroupInstanceRefreshPreferences? = null, strategy: String, triggers: List<String>? = null)
Properties
Link copied to clipboard
Override default parameters for Instance Refresh.
Link copied to clipboard
Strategy to use for instance refresh. The only allowed value is Rolling
. See StartInstanceRefresh Action for more information.