@Generated public interface NetworksService
This is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
| Modifier and Type | Method and Description |
|---|---|
Network |
create(CreateNetworkRequest createNetworkRequest)
Creates a Databricks network configuration that represents an VPC and its resources.
|
Network |
delete(DeleteNetworkRequest deleteNetworkRequest)
Deletes a Databricks network configuration, which represents a cloud VPC and its resources.
|
Network |
get(GetNetworkRequest getNetworkRequest)
Gets a Databricks network configuration, which represents a cloud VPC and its resources.
|
Collection<Network> |
list()
Lists Databricks network configurations for an account.
|
Network create(CreateNetworkRequest createNetworkRequest)
Network delete(DeleteNetworkRequest deleteNetworkRequest)
This operation is available only if your account is on the E2 version of the platform.
Network get(GetNetworkRequest getNetworkRequest)
Collection<Network> list()
Copyright © 2026. All rights reserved.