Type Alias DetachPrivateNetworkRequest

DetachPrivateNetworkRequest: {
    lbId: string;
    privateNetworkId: string;
    region?: Region;
}

Type declaration

  • lbId: string

    Load balancer ID.

  • privateNetworkId: string

    Set your instance private network id.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.