Databricks SDK for JavaScript
    Preparing search index...

    The network configuration for the workspace.

    interface GcpManagedNetworkConfig {
        gkeClusterPodIpRange?: string;
        gkeClusterServiceIpRange?: string;
        subnetCidr?: string;
    }
    Index

    Properties

    gkeClusterPodIpRange?: string

    The IP range that will be used to allocate GKE cluster Pods from.

    gkeClusterServiceIpRange?: string

    The IP range that will be used to allocate GKE cluster Services from.

    subnetCidr?: string

    The IP range which will be used to allocate GKE cluster nodes from. Note: Pods, services and master IP range must be mutually exclusive.