@Generated public class NetworksAPI extends Object
| Constructor and Description |
|---|
NetworksAPI(ApiClient apiClient)
Regular-use constructor
|
NetworksAPI(NetworksService mock)
Constructor for mocks
|
| Modifier and Type | Method and Description |
|---|---|
Network |
create(CreateNetworkRequest request)
Creates a Databricks network configuration that represents an VPC and its resources.
|
void |
delete(DeleteNetworkRequest request)
Deletes a Databricks network configuration, which represents a cloud VPC and its resources.
|
void |
delete(String networkId) |
Network |
get(GetNetworkRequest request)
Gets a Databricks network configuration, which represents a cloud VPC and its resources.
|
Network |
get(String networkId) |
NetworksService |
impl() |
Iterable<Network> |
list()
Gets a list of all Databricks network configurations for an account, specified by ID.
|
public NetworksAPI(ApiClient apiClient)
public NetworksAPI(NetworksService mock)
public Network create(CreateNetworkRequest request)
public void delete(String networkId)
public void delete(DeleteNetworkRequest request)
This operation is available only if your account is on the E2 version of the platform.
public Network get(GetNetworkRequest request)
public Iterable<Network> list()
This operation is available only if your account is on the E2 version of the platform.
public NetworksService impl()
Copyright © 2025. All rights reserved.