Databricks SDK for JavaScript
    Preparing search index...
    interface GcpNetworkInfo {
        networkProjectId?: string;
        podIpRangeName?: string;
        serviceIpRangeName?: string;
        subnetId?: string;
        subnetRegion?: string;
        vpcId?: string;
    }
    Index

    Properties

    networkProjectId?: string

    The GCP project ID for network resources. This project is where the VPC and subnet resides.

    podIpRangeName?: string

    Name of the secondary range within the subnet that will be used by GKE as Pod IP range. This is BYO VPC specific. DB VPC uses network.getGcpManagedNetworkConfig.getGkeClusterPodIpRange

    serviceIpRangeName?: string

    Name of the secondary range within the subnet that will be used by GKE as Service IP range.

    subnetId?: string

    The customer-provided Subnet ID that will be available to Clusters in Workspaces using this Network.

    subnetRegion?: string
    vpcId?: string

    The customer-provided VPC ID.