Databricks SDK for JavaScript
    Preparing search index...

    The shared network config for GCP workspace. This object has common network configurations that are network attributions of a workspace. DEPRECATED. Use GkeConfig instead.

    interface GcpCommonNetworkConfig {
        gkeClusterMasterIpRange?: string;
        gkeConnectivityType?: GkeConnectivityType;
    }
    Index

    Properties

    gkeClusterMasterIpRange?: string

    The IP range that will be used to allocate GKE cluster master resources from. This field must not be set if gke_cluster_type=PUBLIC_NODE_PUBLIC_MASTER.

    gkeConnectivityType?: GkeConnectivityType

    The type of network connectivity of the GKE cluster.