Type Alias ZonedApiDetachPrivateNetworkRequest

ZonedApiDetachPrivateNetworkRequest: {
    lbId: string;
    privateNetworkId: string;
    zone?: Zone;
}

Type declaration

  • lbId: string

    Load balancer ID.

  • privateNetworkId: string

    Set your instance private network id.

  • Optionalzone?: Zone

    Zone to target. If none is passed will use default zone from the config.