File tree Expand file tree Collapse file tree 10 files changed +3189
-3192
lines changed
databricks-sdk-java/src/main/java/com/databricks/sdk/service Expand file tree Collapse file tree 10 files changed +3189
-3192
lines changed Original file line number Diff line number Diff line change 1- 8f5eedbc991c4f04ce1284406577b0c92d59a224
1+ 83ba5645aa5cf53f39008962d6ff4e64c07ba02b
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 44
55import com .databricks .sdk .support .Generated ;
66
7- /** Latest kind: SECRET_EXTERNAL_AWS_SECRETS_MANAGER = 273 ; Next id:274 */
7+ /** Latest kind: CREDENTIAL_STORAGE_UC_CONNECTION = 275 ; Next id:276 */
88@ Generated
99public enum SecurableKind {
1010 TABLE_DB_STORAGE ,
Original file line number Diff line number Diff line change @@ -96,8 +96,7 @@ public class ClusterAttributes {
9696
9797 /**
9898 * Autoscaling Local Storage: when enabled, this cluster will dynamically acquire additional disk
99- * space when its Spark workers are running low on disk space. This feature requires specific AWS
100- * permissions to function correctly - refer to the User Guide for more details.
99+ * space when its Spark workers are running low on disk space.
101100 */
102101 @ JsonProperty ("enable_elastic_disk" )
103102 private Boolean enableElasticDisk ;
Original file line number Diff line number Diff line change @@ -160,8 +160,7 @@ public class ClusterDetails {
160160
161161 /**
162162 * Autoscaling Local Storage: when enabled, this cluster will dynamically acquire additional disk
163- * space when its Spark workers are running low on disk space. This feature requires specific AWS
164- * permissions to function correctly - refer to the User Guide for more details.
163+ * space when its Spark workers are running low on disk space.
165164 */
166165 @ JsonProperty ("enable_elastic_disk" )
167166 private Boolean enableElasticDisk ;
Original file line number Diff line number Diff line change @@ -110,8 +110,7 @@ public class ClusterSpec {
110110
111111 /**
112112 * Autoscaling Local Storage: when enabled, this cluster will dynamically acquire additional disk
113- * space when its Spark workers are running low on disk space. This feature requires specific AWS
114- * permissions to function correctly - refer to the User Guide for more details.
113+ * space when its Spark workers are running low on disk space.
115114 */
116115 @ JsonProperty ("enable_elastic_disk" )
117116 private Boolean enableElasticDisk ;
Original file line number Diff line number Diff line change @@ -113,8 +113,7 @@ public class CreateCluster {
113113
114114 /**
115115 * Autoscaling Local Storage: when enabled, this cluster will dynamically acquire additional disk
116- * space when its Spark workers are running low on disk space. This feature requires specific AWS
117- * permissions to function correctly - refer to the User Guide for more details.
116+ * space when its Spark workers are running low on disk space.
118117 */
119118 @ JsonProperty ("enable_elastic_disk" )
120119 private Boolean enableElasticDisk ;
Original file line number Diff line number Diff line change @@ -110,8 +110,7 @@ public class EditCluster {
110110
111111 /**
112112 * Autoscaling Local Storage: when enabled, this cluster will dynamically acquire additional disk
113- * space when its Spark workers are running low on disk space. This feature requires specific AWS
114- * permissions to function correctly - refer to the User Guide for more details.
113+ * space when its Spark workers are running low on disk space.
115114 */
116115 @ JsonProperty ("enable_elastic_disk" )
117116 private Boolean enableElasticDisk ;
Original file line number Diff line number Diff line change @@ -99,8 +99,7 @@ public class UpdateClusterResource {
9999
100100 /**
101101 * Autoscaling Local Storage: when enabled, this cluster will dynamically acquire additional disk
102- * space when its Spark workers are running low on disk space. This feature requires specific AWS
103- * permissions to function correctly - refer to the User Guide for more details.
102+ * space when its Spark workers are running low on disk space.
104103 */
105104 @ JsonProperty ("enable_elastic_disk" )
106105 private Boolean enableElasticDisk ;
Original file line number Diff line number Diff line change @@ -15,8 +15,11 @@ public class AlertV2Notification {
1515 private Boolean notifyOnOk ;
1616
1717 /**
18- * Number of seconds an alert must wait after being triggered to rearm itself. After rearming, it
19- * can be triggered again. If 0 or not specified, the alert will not be triggered again.
18+ * Number of seconds an alert waits after being triggered before it is allowed to send another
19+ * notification. If set to 0 or omitted, the alert will not send any further notifications after
20+ * the first trigger Setting this value to 1 allows the alert to send a notification on every
21+ * evaluation where the condition is met, effectively making it always retrigger for notification
22+ * purposes.
2023 */
2124 @ JsonProperty ("retrigger_seconds" )
2225 private Long retriggerSeconds ;
You can’t perform that action at this time.
0 commit comments