clusterResourceConflictPolicy property
Defines the behavior for handling the situation where cluster-scoped
resources being restored already exist in the target cluster. This MUST be
set to a value other than CLUSTER_RESOURCE_CONFLICT_POLICY_UNSPECIFIED if
google.cloud.gkebackup.v1.RestoreConfig.cluster_resource_restore_scope
is not empty.
Implementation
@$pb.TagNumber(2)
RestoreConfig_ClusterResourceConflictPolicy get clusterResourceConflictPolicy => $_getN(1);
Implementation
@$pb.TagNumber(2)
set clusterResourceConflictPolicy(RestoreConfig_ClusterResourceConflictPolicy v) { setField(2, v); }