Package | Description |
---|---|
com.databricks.sdk.service.provisioning |
Modifier and Type | Method and Description |
---|---|
Network |
NetworksAPI.create(CreateNetworkRequest request)
Create network configuration.
|
Network |
NetworksService.create(CreateNetworkRequest createNetworkRequest)
Create network configuration.
|
Network |
NetworksAPI.create(String networkName) |
Network |
NetworksAPI.get(GetNetworkRequest request)
Get a network configuration.
|
Network |
NetworksService.get(GetNetworkRequest getNetworkRequest)
Get a network configuration.
|
Network |
NetworksAPI.get(String networkId) |
Network |
Network.setAccountId(String accountId) |
Network |
Network.setCreationTime(Long creationTime) |
Network |
Network.setErrorMessages(Collection<NetworkHealth> errorMessages) |
Network |
Network.setGcpNetworkInfo(GcpNetworkInfo gcpNetworkInfo) |
Network |
Network.setNetworkId(String networkId) |
Network |
Network.setNetworkName(String networkName) |
Network |
Network.setSecurityGroupIds(Collection<String> securityGroupIds) |
Network |
Network.setSubnetIds(Collection<String> subnetIds) |
Network |
Network.setVpcEndpoints(NetworkVpcEndpoints vpcEndpoints) |
Network |
Network.setVpcId(String vpcId) |
Network |
Network.setVpcStatus(VpcStatus vpcStatus) |
Network |
Network.setWarningMessages(Collection<NetworkWarning> warningMessages) |
Network |
Network.setWorkspaceId(Long workspaceId) |
Modifier and Type | Method and Description |
---|---|
Iterable<Network> |
NetworksAPI.list()
Get all network configurations.
|
Collection<Network> |
NetworksService.list()
Get all network configurations.
|
Copyright © 2023. All rights reserved.