Databricks SDK for JavaScript
    Preparing search index...
    interface Network {
        accountId?: string;
        creationTime?: bigint;
        errorMessages?: NetworkHealth[];
        networkId?: string;
        networkInfo?: { $case: "gcpNetworkInfo"; gcpNetworkInfo: GcpNetworkInfo };
        networkName?: string;
        securityGroupIds?: string[];
        subnetIds?: string[];
        vpcEndpoints?: NetworkVpcEndpoints;
        vpcId?: string;
        vpcStatus?: VpcStatus;
        warningMessages?: NetworkWarning[];
        workspaceId?: bigint;
    }
    Index

    Properties

    accountId?: string

    The account ID associated with this network configuration.

    creationTime?: bigint

    Time in epoch milliseconds when the network was created.

    errorMessages?: NetworkHealth[]

    Array of error messages about the network configuration.

    networkId?: string

    The network configuration ID.

    networkInfo?: { $case: "gcpNetworkInfo"; 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.

    vpcStatus?: VpcStatus
    warningMessages?: NetworkWarning[]

    Array of warning messages about the network configuration.

    workspaceId?: bigint

    Workspace ID associated with this network configuration.