Databricks SDK for JavaScript
    Preparing search index...
    interface CreateNetworkRequest {
        accountId?: string;
        gcpNetworkInfo?: GcpNetworkInfo;
        networkName?: string;
        securityGroupIds?: string[];
        subnetIds?: string[];
        vpcEndpoints?: NetworkVpcEndpoints;
        vpcId?: string;
    }
    Index

    Properties

    accountId?: string
    gcpNetworkInfo?: GcpNetworkInfo
    networkName?: string

    The human-readable name of the network configuration.

    securityGroupIds?: string[]

    IDs of one to five security groups associated with this network. Security group IDs cannot be used in multiple network configurations.

    subnetIds?: string[]

    IDs of at least two subnets associated with this network. Subnet IDs cannot be used in multiple network configurations.

    vpcEndpoints?: NetworkVpcEndpoints
    vpcId?: string

    The ID of the VPC associated with this network configuration. VPC IDs can be used in multiple networks.