Cluster Bootstrap Action Args
data class ClusterBootstrapActionArgs(val arg: Output<String>? = null, val executionFailStrategy: Output<String>? = null, val executionMoment: Output<String>? = null, val executionTarget: Output<String>? = null, val name: Output<String>? = null, val path: Output<String>? = null) : ConvertibleToJava<ClusterBootstrapActionArgs>
Constructors
Properties
Link copied to clipboard
bootstrap action execution fail strategy, ’FAILED_BLOCKED’ or ‘FAILED_CONTINUE’ . Default value: "FAILED_BLOCKED
Link copied to clipboard
bootstrap action execution moment, ’BEFORE_INSTALL’ or ‘AFTER_STARTED’ . Default value: "BEFORE_INSTALL".
Link copied to clipboard
bootstrap action execution target, you can specify the host group name, e.g. "core_group". If this is not specified, the bootstrap action execution target is whole cluster.