All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.databricks.sdk.service.billing.LogDeliveryConfigStatus Maven / Gradle / Ivy

There is a newer version: 0.35.0
Show newest version
// Code generated from OpenAPI specs by Databricks SDK Generator. DO NOT EDIT.

package com.databricks.sdk.service.billing;

import com.databricks.sdk.support.Generated;

/**
 * Status of log delivery configuration. Set to `ENABLED` (enabled) or `DISABLED` (disabled).
 * Defaults to `ENABLED`. You can [enable or disable the
 * configuration](#operation/patch-log-delivery-config-status) later. Deletion of a configuration is
 * not supported, so disable a log delivery configuration that is no longer needed.
 */
@Generated
public enum LogDeliveryConfigStatus {
  DISABLED,
  ENABLED,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy