@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)
Create network configuration.
|
void |
delete(DeleteNetworkRequest deleteNetworkRequest)
Delete a network configuration.
|
Network |
get(GetNetworkRequest getNetworkRequest)
Get a network configuration.
|
Collection<Network> |
list()
Get all network configurations.
|
Network create(CreateNetworkRequest createNetworkRequest)
Creates a Databricks network configuration that represents an VPC and its resources. The VPC will be used for new Databricks clusters. This requires a pre-existing VPC and subnets.
void delete(DeleteNetworkRequest deleteNetworkRequest)
Deletes a Databricks network configuration, which represents a cloud VPC and its resources. You cannot delete a network that is associated with a workspace.
This operation is available only if your account is on the E2 version of the platform.
Network get(GetNetworkRequest getNetworkRequest)
Gets a Databricks network configuration, which represents a cloud VPC and its resources.
Collection<Network> list()
Gets a list of all Databricks network configurations for an account, specified by ID.
This operation is available only if your account is on the E2 version of the platform.
Copyright © 2024. All rights reserved.