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

com.databricks.sdk.service.provisioning.VpcStatus 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.provisioning;

import com.databricks.sdk.support.Generated;

/**
 * The status of this network configuration object in terms of its use in a workspace: *
 * `UNATTACHED`: Unattached. * `VALID`: Valid. * `BROKEN`: Broken. * `WARNED`: Warned.
 */
@Generated
public enum VpcStatus {
  BROKEN, // Broken.
  UNATTACHED, // Unattached.
  VALID, // Valid.
  WARNED, // Warned.
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy